@font-face {
	font-family: "Libre Franklin";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(/fonty/libre-franklin-400-700-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Libre Franklin";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(/fonty/libre-franklin-400-700-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(/fonty/libre-baskerville-400-700-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(/fonty/libre-baskerville-400-700-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Franklin Zastepczy A";
	src: local("Arial");
	font-weight: 100 900;
	size-adjust: 103.70%;
	ascent-override: 93.54%;
	descent-override: 24.11%;
	line-gap-override: 0%;
}

@font-face {
	font-family: "Franklin Zastepczy B";
	src: local("Helvetica");
	font-weight: 100 900;
	size-adjust: 103.70%;
	ascent-override: 93.54%;
	descent-override: 24.11%;
	line-gap-override: 0%;
}

@font-face {
	font-family: "Baskerville Zastepczy A";
	src: local("Georgia");
	font-weight: 100 900;
	size-adjust: 115.78%;
	ascent-override: 83.78%;
	descent-override: 23.32%;
	line-gap-override: 0%;
}

@font-face {
	font-family: "Baskerville Zastepczy B";
	src: local("Times New Roman");
	font-weight: 100 900;
	size-adjust: 122.50%;
	ascent-override: 79.18%;
	descent-override: 22.04%;
	line-gap-override: 0%;
}

:root {

	--marka: 206, 81, 116;

	--brand: 35, 25, 29;

	--brand-deep: 26, 18, 22;

	--cta: 203, 69, 106;

	--cta-hover: 179, 58, 91;
	--cta-light: 240, 168, 188;

	--ink: 35, 25, 29;

	--muted: 106, 94, 99;

	--white: 255, 255, 255;
	--bg-alt: 251, 246, 247;

	--tint: 255, 227, 234;

	--line: 233, 223, 227;

	--sekcja: 96px;
	--odstep-naglowka: 44px;

	--baner-h: 0px;

	--r-sm: 12px;
	--r-md: 18px;
	--r-lg: 24px;
	--cien-karta: 0 1px 2px rgba(35, 25, 29, .05), 0 8px 24px rgba(35, 25, 29, .06);
	--cien-karta-hover: 0 2px 4px rgba(35, 25, 29, .07), 0 18px 40px rgba(35, 25, 29, .10);
	--cien-cta: 0 10px 26px rgba(var(--cta), .28);

	--ease-out: cubic-bezier(.23, 1, .32, 1);

	--okladka-wideo: none;

	--font-heading: "Libre Baskerville", "Baskerville Zastepczy A", "Baskerville Zastepczy B", Georgia, "Times New Roman", serif;
	--font-body: "Libre Franklin", "Franklin Zastepczy A", "Franklin Zastepczy B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	caret-color: rgba(var(--cta), 1);
	accent-color: rgba(var(--cta), 1);
	scrollbar-color: rgba(var(--line), 1) transparent;
	scrollbar-width: thin;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 18px;
	color: rgba(var(--ink), 1);
	background-color: rgba(var(--white), 1);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.18;
	letter-spacing: -0.6px;
	text-wrap: balance;
}

h1 {
	font-size: clamp(32px, 4.4vw, 56px);
	font-weight: 800;
	letter-spacing: -1.4px;
}

h2 {
	font-size: clamp(26px, 2.8vw, 38px);
}

h3 {
	font-size: 20px;
	letter-spacing: -0.3px;
}

p {
	margin: 0 0 18px 0;
	text-wrap: pretty;
}

a {
	text-decoration: none;
	color: rgba(var(--cta), 1);
}

img {
	max-width: 100%;
	height: auto;
}

:focus-visible {
	outline: 3px solid rgba(var(--cta), 1);
	outline-offset: 3px;
	border-radius: 4px;
}

::selection {
	background: rgba(var(--cta), .22);
	color: rgba(var(--ink), 1);
}

.hero ::selection,
.final-cta ::selection,
footer ::selection {
	background: rgba(var(--cta-light), .3);
	color: rgba(var(--white), 1);
}

a:not(.btn) {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.tabelaryczne {
	font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		animation: none !important;
		transition: none !important;
	}
}

.container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}

.container-wide {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

section {
	padding: var(--sekcja) 0;
}

.section-alt {
	background-color: rgba(var(--bg-alt), 1);
}

.section-title {
	font-size: clamp(26px, 2.8vw, 38px);
	text-align: center;
	margin-bottom: var(--odstep-naglowka);
}

.section-title.ma-podtytul {
	margin-bottom: 18px;
}

.section-subtitle {
	text-align: center;
	color: rgba(var(--muted), 1);
	max-width: 680px;
	margin: 0 auto var(--sekcja) auto;
}

.accent {
	color: rgba(var(--marka), 1);
}

.lead p {
	font-size: 19px;
}

.hero {
	position: relative;
	overflow: hidden;
	background-color: rgba(var(--brand-deep), 1);
	color: rgba(var(--white), 1);
	padding: 76px 0 58px 0;
	text-align: center;
}

.hero::before {
	content: "";
	position: absolute;
	top: -30%;
	left: 50%;
	width: min(1100px, 130%);
	aspect-ratio: 1;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(var(--cta), .20) 0%, rgba(var(--cta), 0) 62%);
	pointer-events: none;
}

.hero>.container {
	position: relative;
}

.hero .eyebrow {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.45;
	color: rgba(var(--white), .92);
	background: rgba(var(--white), .06);
	border: 1px solid rgba(var(--white), .16);
	border-radius: 999px;
	padding: 9px 20px;
	margin-bottom: 28px;
}

.hero .eyebrow::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(var(--cta-light), 1);
	margin-right: 10px;
	vertical-align: middle;
}

.hero h1 {
	color: rgba(var(--white), 1);
	max-width: 900px;
	margin: 0 auto 24px auto;
}

.hero .subtitle {
	font-size: clamp(17px, 1.4vw, 20px);
	color: rgba(var(--white), .78);
	max-width: 720px;
	margin: 0 auto;
}

.hero .subtitle+.subtitle {
	margin-top: 16px;
}

.hero .subtitle a {
	color: rgba(var(--white), 1);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hero .divider {
	width: 56px;
	height: 4px;
	background: rgba(var(--cta), 1);
	margin: 36px auto 0 auto;
	border-radius: 2px;
}

.check-badge {
	display: block;
	margin: 0 auto 28px auto;
	line-height: 0;
}

.video-wrapper {
	position: relative;
	aspect-ratio: 16 / 9;
	width: 100%;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: rgba(var(--brand-deep), 1);
	box-shadow: 0 24px 70px rgba(17, 17, 17, .18);
}

.video-wrapper {
	background-image: var(--okladka-wideo);
	background-size: cover;
	background-position: center;
}

.video-wrapper iframe,
.video-wrapper video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-caption {
	text-align: center;
	font-size: 15px;
	color: rgba(var(--muted), 1);
	margin-top: 20px;
}

.video-makieta {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	background-image:
		linear-gradient(rgba(10, 10, 10, .58), rgba(10, 10, 10, .76)),
		url("[adres zdjęcia z bunny.net]");
	background-size: cover;
	background-position: center 20%;
}

.video-makieta .play {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(var(--cta), 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	box-shadow: 0 0 0 10px rgba(var(--cta), .18), 0 12px 34px rgba(0, 0, 0, .5);
}

.video-makieta .play svg {
	margin-left: 5px;
}

.video-makieta .poster-text {
	font-family: var(--font-heading);
	font-weight: 800;
	font-size: clamp(19px, 2.6vw, 34px);
	line-height: 1.25;
	letter-spacing: -0.6px;
	color: rgba(var(--white), 1);
	max-width: 720px;
	margin: 0;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}

.btn {
	display: inline-block;
	background: rgba(var(--cta), 1);
	color: rgba(var(--white), 1);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: -0.2px;
	padding: 19px 38px;
	border-radius: 14px;
	min-height: 44px;
	box-shadow: var(--cien-cta);
	transition: transform .16s var(--ease-out), background-color .18s var(--ease-out), box-shadow .18s var(--ease-out);
}

.btn:hover {
	background: rgba(var(--cta-hover), 1);
	transform: translateY(-2px);
}

.btn:active {
	transform: translateY(0) scale(.97);
}

.inline-cta {
	text-align: center;
	margin-top: 52px;
}

.btn-section {
	text-align: center;
}

.btn-note,
.click-trigger {
	max-width: 62ch;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: rgba(var(--muted), 1);
	margin-top: 16px;
}

.click-trigger {
	text-align: center;
}

#kalendarz {
	scroll-margin-top: 28px;
}

.promise-title {
	text-align: center;
	font-size: clamp(26px, 2.8vw, 38px);
	margin-bottom: 16px;
}

.calendly-inline-widget {
	width: 100%;
}

.urgency {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	color: rgba(var(--muted), 1);
	margin-top: 18px;
}

.sticky-cta {
	display: none;
}

@media (max-width: 767px) {
	.inline-cta .btn,
	.price-box .btn,
	.final-cta .btn {
		display: block;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.sticky-cta {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		background: rgba(var(--brand-deep), .97);
		border-top: 1px solid rgba(var(--white), .12);
		box-shadow: 0 -6px 24px rgba(0, 0, 0, .38);
		padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
		transform: translateY(120%);
		transition: transform .22s ease;
	}

	.sticky-cta.is-visible {
		transform: translateY(0);
	}

	.sticky-cta {
		bottom: var(--baner-h);
	}

	.sticky-cta .sticky-note {
		display: block;
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
		color: rgba(var(--white), .78);
		margin: 0 0 6px 0;
	}

	.sticky-cta .btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 18px;
		font-size: 17px;
		box-shadow: none;
	}
}

.cookie-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 16px 24px calc(16px + env(safe-area-inset-bottom));
	background: rgba(var(--brand-deep), .98);
	border-top: 1px solid rgba(var(--white), .12);
	box-shadow: 0 -6px 24px rgba(0, 0, 0, .28);
}

.cookie-bar p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(var(--white), .82);
	max-width: 820px;
}

@media (max-width: 767px) {
	.cookie-bar {
		flex-wrap: wrap;
		gap: 12px;
		padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
		text-align: center;
	}

	.cookie-bar p {
		flex: 1 1 100%;
		order: 1;
		font-size: 13px;
	}

	.cookie-bar .cookie-ok {
		order: 2;
		flex: 1 1 auto;
	}

	.cookie-bar .cookie-x {
		order: 3;
	}
}

.cookie-bar a {
	color: rgba(var(--white), 1);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-bar .cookie-ok {
	flex: 0 0 auto;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	color: rgba(var(--white), 1);
	background: rgba(var(--cta), 1);
	border: 0;
	border-radius: 10px;
	padding: 11px 26px;
	min-height: 44px;
	cursor: pointer;
	transition: background-color .18s var(--ease-out), transform .16s var(--ease-out);
}

.cookie-bar .cookie-ok:hover {
	background: rgba(var(--cta-hover), 1);
}

.cookie-bar .cookie-ok:active {
	transform: scale(.97);
}

.cookie-bar .cookie-x {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(var(--white), .7);
	background: none;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: color .18s var(--ease-out), background-color .18s var(--ease-out), transform .16s var(--ease-out);
}

.cookie-bar .cookie-x:hover {
	color: rgba(var(--white), 1);
	background: rgba(var(--white), .10);
}

.cookie-bar .cookie-x:active {
	transform: scale(.92);
}

.fascinations {
	list-style: none;
	padding: 0;
	margin: 0 0 44px 0;
}

.fascinations li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 22px;
}

.fascinations li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(var(--cta), .12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CB456A' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/15px no-repeat;
}

.offer-transparency {
	background: rgba(var(--tint), .55);
	border: 1px solid rgba(var(--marka), .22);
	border-radius: var(--r-md);
	padding: 28px 30px;
	font-size: 16px;
}

.offer-transparency p:last-child {
	margin-bottom: 0;
}

.mechanism-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.45;
	color: rgba(var(--cta), 1);
	background: rgba(var(--cta), .10);
	border-radius: 999px;
	padding: 8px 18px;
	margin-bottom: 20px;
}

.pullquote {
	font-family: var(--font-heading);
	font-size: clamp(21px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.35;
	margin: 36px 0;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.benefit {
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	padding: 32px 28px;
	transition: box-shadow .2s ease, transform .2s ease;
}

.benefit:hover {
	border-color: rgba(var(--brand), .28);
	transform: translateY(-3px);
}

.benefit-icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(var(--cta), 1);
	background: rgba(var(--cta), .10);
	margin-bottom: 16px;
}

.benefit p {
	font-size: 16px;
	color: rgba(var(--muted), 1);
	margin: 0;
}

.facts-bar,
.cost-numbers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.facts-bar {
	margin-top: 56px;
	background: rgba(var(--brand-deep), 1);
	color: rgba(var(--white), 1);
	border-radius: var(--r-lg);
	padding: 38px 30px;
	text-align: center;
}

.facts-bar>div+div {
	border-left: 1px solid rgba(var(--white), .12);
}

.facts-bar .num,
.cost-item .num {
	display: block;
	font-family: var(--font-heading);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -1px;
	color: rgba(var(--cta-light), 1);
}

.facts-bar .lbl,
.cost-item .lbl {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(var(--white), .8);
	margin-top: 8px;
}

.cost-box {
	background: rgba(var(--brand-deep), 1);
	color: rgba(var(--white), 1);
	border-radius: var(--r-lg);
	padding: 44px 38px;
	text-align: center;
}

.cost-box h2 {
	color: rgba(var(--white), 1);
}

.cost-numbers {
	margin: 28px 0;
}

.bio-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 24px;
}

.bio-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"photo header"
		"photo body";
	gap: 18px 48px;
	align-items: start;
}

.bio-header {
	grid-area: header;
	align-self: start;
}

.bio-photo {
	grid-area: photo;
}

.bio-body {
	grid-area: body;
	align-self: start;
}

.bio-photo img {
	border-radius: var(--r-md);
	box-shadow: var(--cien-karta);
}

.bio-name {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 1.45;
	text-transform: uppercase;
	color: rgba(var(--cta), 1);
	margin: 0 0 10px 0;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px;
	max-width: 780px;
	margin: 0 auto;
}

.tcard-video {
	position: relative;
	aspect-ratio: 9 / 16;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	background: rgba(var(--brand-deep), 1);
	border-radius: var(--r-md);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--cien-karta);
	transition: box-shadow .2s ease, transform .2s ease;
}

.tcard-video:hover {
	border-color: rgba(var(--brand), .28);
	transform: translateY(-2px);
}

.tcard-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tcard-video.is-wide video {
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.tcard {
	background: rgba(var(--white), 1);
	border-radius: var(--r-md);
	padding: 26px;
	box-shadow: var(--cien-karta);
}

.tcard-name {
	font-weight: 700;
	font-size: 16px;
}

.tcard-text {
	font-size: 16px;
	margin: 0;
}

.honest-box {
	background: rgba(var(--tint), 1);
	border-radius: var(--r-md);
	padding: 32px 30px;
}

.honest-box p:last-child {
	margin-bottom: 0;
}

.books-image {
	max-width: 763px;
	margin: 0 auto;
}

.books-image img {
	width: 100%;
	display: block;
	border-radius: var(--r-md);
	box-shadow: var(--cien-karta);
}

.agenda-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.agenda-item {
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	padding: 34px 30px;
	transition: box-shadow .2s ease, transform .2s ease;
}

.agenda-item:hover {
	border-color: rgba(var(--brand), .28);
	transform: translateY(-3px);
}

.agenda-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	font-family: var(--font-heading);
	font-weight: 800;
	font-size: 18px;
	color: rgba(var(--white), 1);
	background: rgba(var(--cta), 1);
	margin-bottom: 18px;
}

.agenda-item p {
	font-size: 16px;
	color: rgba(var(--muted), 1);
	margin: 0;
}

.agenda-close {
	position: relative;
	max-width: 860px;
	margin: 72px auto;
	padding: 40px 44px;
	text-align: center;
	font-family: var(--font-heading);
	font-size: clamp(19px, 1.9vw, 25px);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.4px;
	color: rgba(var(--ink), 1);
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-lg);
	text-wrap: balance;
}

.agenda-close::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 4px;
	border-radius: 0 0 4px 4px;
	background: rgba(var(--cta), 1);
}

.fit-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px;
}

.fit-box {
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	padding: 30px 32px;
	background: rgba(var(--white), 1);
}

.fit-box h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.fit-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: rgba(var(--cta), 1);
	background: rgba(var(--cta), .12);
}

.fit-box.is-no .fit-icon {
	color: rgba(var(--muted), 1);
	background: rgba(var(--muted), .12);
}

.fit-box ul {
	margin: 0;
	padding-left: 20px;
}

.fit-box li {
	margin-bottom: 10px;
}

.fit-box p {
	margin: 0;
	font-size: 17px;
	color: rgba(var(--muted), 1);
}

.guarantee-box {
	position: relative;
	overflow: hidden;
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-lg);
	padding: 48px 48px 56px 48px;
	text-align: center;
}

.guarantee-box h2 {
	margin-bottom: 48px;
}

.guarantee-box p:last-child {
	margin-bottom: 0;
}

.guarantee-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 1.45;
	color: rgba(var(--white), 1);
	background: rgba(var(--cta), 1);
	border-radius: 999px;
	padding: 8px 18px;
	margin-bottom: 18px;
}

.faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	margin-bottom: 14px;
	background: rgba(var(--white), 1);
	transition: border-color .2s ease;
}

.faq-item[open],
.faq-item:hover {
	border-color: rgba(var(--brand), .28);
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.3px;
	padding: 24px 62px 24px 28px;
	position: relative;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 24px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(var(--cta), .10) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CB456A' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/13px no-repeat;
	transition: transform .2s ease;
}

.faq-item[open] summary::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CB456A' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}

.faq-answer {
	padding: 0 28px 24px 28px;
	color: rgba(var(--muted), 1);
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

.final-cta {
	position: relative;
	overflow: hidden;
	background: rgba(var(--brand-deep), 1);
	color: rgba(var(--white), 1);
	text-align: center;
}

.final-cta::before {
	content: "";
	position: absolute;
	bottom: -40%;
	left: 50%;
	width: min(1100px, 130%);
	aspect-ratio: 1;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(var(--cta), .18) 0%, rgba(var(--cta), 0) 62%);
	pointer-events: none;
}

.final-cta>.container {
	position: relative;
}

.final-cta h2 {
	color: rgba(var(--white), 1);
	font-size: clamp(24px, 2.6vw, 36px);
	max-width: 900px;
	margin: 0 auto 24px auto;
}

.final-cta .subtitle {
	max-width: 760px;
	margin: 0 auto 14px auto;
	color: rgba(var(--white), .82);
}

.final-cta .click-trigger {
	color: rgba(var(--white), .78);
}

.disclaimer {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(var(--muted), 1);
	max-width: 68ch;
	margin: 30px auto 0 auto;
	text-align: center;
}

footer {
	background: rgba(var(--brand-deep), 1);
	border-top: 1px solid rgba(var(--white), .10);
	padding: 48px 0 40px 0;
	text-align: center;
}

footer .footer-nav {
	margin-bottom: 22px;
}

footer .footer-nav a {
	color: rgba(var(--white), 1);
	font-size: 15px;
	margin: 0 12px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

footer .footer-legal a {
	color: rgba(var(--cta-light), 1);
	text-decoration: underline;
	text-underline-offset: 3px;
}

footer .footer-legal p {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(var(--white), .7);
	max-width: 68ch;
	margin: 0 auto 12px auto;
}

.fit-grid:not(:last-child),
.benefit-grid:not(:last-child),
.agenda-grid:not(:last-child),
.testimonial-grid:not(:last-child),
.offer-transparency:not(:last-child),
.guarantee-box:not(:last-child),
.bio-container:not(:last-child),
.lista-kreskowa:not(:last-child),
.sekcja-obraz:not(:last-child) {
	margin-bottom: 52px;
}

.dokument {
	padding: 56px 0 var(--sekcja) 0;
	background: rgba(var(--white), 1);
}

.dokument .container {
	max-width: 74ch;
}

.dokument .powrot {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	color: rgba(var(--cta), 1);
	margin-bottom: 34px;
	text-decoration: none;
}

.dokument .powrot::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-right: 9px;
	vertical-align: 1px;
}

.dokument .powrot:hover {
	color: rgba(var(--cta-hover), 1);
}

.dokument h1 {
	font-size: clamp(26px, 3vw, 38px);
	margin-bottom: 40px;
	text-wrap: balance;
}

.dokument h2 {
	font-size: clamp(19px, 1.9vw, 24px);
	margin: 52px 0 18px 0;
	padding-top: 24px;
	border-top: 1px solid rgba(var(--line), 1);
}

.dokument h2:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.dokument p {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(var(--ink), 1);
	margin: 0 0 16px 0;
}

.dokument ol {
	margin: 0 0 20px 0;
	padding-left: 26px;
}

.dokument ol ol {
	margin: 10px 0 4px 0;
	list-style: lower-latin;
}

.dokument li {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 10px;
	padding-left: 4px;
}

.dokument li::marker {
	color: rgba(var(--muted), 1);
	font-variant-numeric: tabular-nums;
}

.dokument ul.spis {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	columns: 2;
	column-gap: 40px;
}

.dokument ul.spis li {
	margin-bottom: 8px;
	padding: 0;
	break-inside: avoid;
	font-size: 16px;
}

.dokument ul.spis a {
	color: rgba(var(--cta), 1);
	text-decoration: none;
}

.dokument ul.spis a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dokument p,
.dokument li {
	overflow-wrap: anywhere;
}

@media (max-width: 767px) {
	.dokument {
		padding-top: 36px;
	}

	.dokument h1 {
		margin-bottom: 28px;
	}

	.dokument h2 {
		margin-top: 40px;
	}

	.dokument ol {
		padding-left: 22px;
	}

	.dokument ul.spis {
		columns: 1;
	}
}

.is-srodek {
	text-align: center;
}

.is-srodek.pullquote,
.is-srodek .lead p,
.is-srodek p {
	margin-left: auto;
	margin-right: auto;
}

.is-srodek .agenda-close,
.is-srodek .agenda-close p {
	text-align: center;
}

.is-srodek .agenda-close::before {
	left: 50%;
	transform: translateX(-50%);
}

.lista-kreskowa.is-srodek li {
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 8px;
	text-align: center;
}

.lista-kreskowa.is-srodek .kreska-etykieta {
	grid-row: auto;
}

.lista-kreskowa.is-srodek p {
	max-width: 62ch;
}

.is-wyrozniona {
	background: rgba(var(--tint), 1);
	border-color: rgba(var(--marka), .3);
}

.is-wyrozniona .agenda-num,
.is-wyrozniona .part-num,
.is-wyrozniona .offer-num,
.is-wyrozniona .benefit-icon {
	background: rgba(var(--cta), 1);
}

.is-wyrozniona h3 {
	color: rgba(var(--brand-deep), 1);
}

.container-wide>.container.is-nested {
	max-width: 68ch;
	margin-left: 0;
	margin-right: auto;
}

.container-wide>.container.is-nested.is-srodek {
	margin-left: auto;
	margin-right: auto;
}

.sekcja-obraz {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 56px;
}

.sekcja-obraz.is-odwrocona .sekcja-obraz-tresc {
	order: 2;
}

.sekcja-obraz-tresc h2 {
	margin-bottom: 18px;
}

.sekcja-obraz-tresc p:last-child {
	margin-bottom: 0;
}

.sekcja-obraz figure {
	margin: 0;
}

.sekcja-obraz img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--r-lg);
	box-shadow: var(--cien-karta);
}

.lista-kreskowa {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(var(--line), 1);
}

.lista-kreskowa li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 26px;
	padding: 22px 4px;
	border-bottom: 1px solid rgba(var(--line), 1);
}

.lista-kreskowa .kreska-etykieta {
	grid-row: 1 / -1;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(var(--muted), 1);
	font-variant-numeric: tabular-nums;
	padding-top: 2px;
	white-space: nowrap;
}

.lista-kreskowa h3 {
	margin: 0 0 6px 0;
	font-size: 19px;
}

.lista-kreskowa p {
	margin: 0;
	color: rgba(var(--muted), 1);
	font-size: 16px;
}

.stwierdzenie {
	background: rgba(var(--tint), 1);
	padding: var(--sekcja) 0;
}

.stwierdzenie p {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: clamp(23px, 3vw, 36px);
	line-height: 1.32;
	letter-spacing: -0.3px;
	text-align: center;
	color: rgba(var(--brand-deep), 1);
	max-width: 20ch;
	margin: 0 auto;
	text-wrap: balance;
}

.stwierdzenie .podpis {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	color: rgba(var(--muted), 1);
	max-width: 52ch;
	margin: 22px auto 0 auto;
}

.dwie-kolumny {
	column-count: 2;
	column-gap: 48px;
}

.dwie-kolumny li {
	break-inside: avoid;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.sekcja-obraz {
		gap: 36px;
	}
}

@media (max-width: 767px) {
	.sekcja-obraz {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sekcja-obraz.is-odwrocona .sekcja-obraz-tresc {
		order: 0;
	}

	.lista-kreskowa li {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 20px 2px;
	}

	.lista-kreskowa .kreska-etykieta {
		grid-row: auto;
		font-size: 13px;
		letter-spacing: 0.6px;
		text-transform: none;
	}

	.stwierdzenie p {
		max-width: none;
	}

	.dwie-kolumny {
		column-count: 1;
	}
}

@media (max-width: 1023px) {
	:root {
		--sekcja: 76px;
		--odstep-naglowka: 36px;
	}

	.benefit-grid,
	.agenda-grid,
	.fit-grid {
		grid-template-columns: 1fr;
	}

	.bio-grid {
		grid-template-columns: 260px 1fr;
		gap: 12px 32px;
	}
}

@media (max-width: 767px) {
	:root {
		--sekcja: 60px;
		--odstep-naglowka: 30px;
	}

	body {
		font-size: 17px;
	}

	.container,
	.container-wide,
	.bio-container {
		padding: 0 20px;
	}

	.hero {
		padding: 44px 0 40px 0;
	}

	.hero .eyebrow {
		font-size: 13px;
		margin-bottom: 22px;
	}

	.hero .subtitle,
	.lead p {
		font-size: 17px;
	}

	.hero .divider {
		margin-top: 30px;
	}

	.video-makieta .play {
		width: 58px;
		height: 58px;
		margin-bottom: 16px;
		box-shadow: 0 0 0 7px rgba(var(--cta), .18), 0 8px 22px rgba(0, 0, 0, .5);
	}

	.video-makieta .play svg {
		width: 22px;
		height: 22px;
	}

	.testimonial-grid,
	.facts-bar,
	.cost-numbers {
		grid-template-columns: 1fr;
	}

	.facts-bar {
		padding: 30px 24px;
		gap: 26px;
	}

	.facts-bar>div+div {
		border-left: 0;
		border-top: 1px solid rgba(var(--white), .12);
		padding-top: 26px;
	}

	.bio-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"header"
			"photo"
			"body";
		gap: 24px;
	}

	.books-image {
		max-width: 100%;
	}

	.agenda-close {
		margin: 48px auto;
		padding: 30px 24px;
		text-align: left;
	}

	.agenda-close::before {
		left: 24px;
		transform: none;
		width: 56px;
	}

	.guarantee-box,
	.cost-box {
		padding: 38px 24px;
	}

	.guarantee-box h2 {
		margin-bottom: 28px;
	}

	.offer-transparency {
		padding: 24px 22px;
	}

	.faq-item summary {
		padding: 20px 58px 20px 22px;
	}

	.faq-answer {
		padding: 0 22px 20px 22px;
	}

	.inline-cta {
		margin-top: 40px;
	}

	.calendly-inline-widget {
		height: 900px !important;
	}

	.btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 17px 20px;
		font-size: 17px;
	}

	footer {
		padding-bottom: calc(116px + var(--baner-h));
	}
}


.video-makieta {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	background-image:
		linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .72)),
		url("[adres okładki z bunny.net]");
	background-size: cover;
	background-position: center 20%;
}

.video-makieta .play {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(var(--cta), 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	box-shadow: 0 0 0 10px rgba(var(--cta), .18), 0 12px 34px rgba(0, 0, 0, .5);
}

.video-makieta .play svg {
	margin-left: 5px;
}

.video-makieta .poster-text {
	font-family: var(--font-heading);
	font-weight: 800;
	font-size: clamp(19px, 2.6vw, 34px);
	line-height: 1.25;
	letter-spacing: -0.6px;
	color: rgba(var(--white), 1);
	max-width: 720px;
	margin: 0;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}

.cookie-bar a {
	color: rgba(var(--white), 1);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cookie-bar .cookie-ok {
	flex: 0 0 auto;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	color: rgba(var(--white), 1);
	background: rgba(var(--cta), 1);
	border: 0;
	border-radius: 10px;
	padding: 11px 26px;
	min-height: 44px;
	cursor: pointer;
	transition: background-color .18s ease;
}

.cookie-bar .cookie-ok:hover {
	background: rgba(var(--cta-hover), 1);
}

.cookie-bar .cookie-x {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(var(--white), .7);
	background: none;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: color .18s ease, background-color .18s ease;
}

.cookie-bar .cookie-x:hover {
	color: rgba(var(--white), 1);
	background: rgba(var(--white), .10);
}

.placeholder {
	border: 2px dashed rgba(var(--brand), .55);
	border-radius: var(--r-md);
	background: rgba(var(--tint), .55);
	padding: 28px 24px;
	margin: 34px auto;
	max-width: 760px;
	text-align: center;
}

.placeholder-label {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 1.4;
	color: rgba(var(--white), 1);
	background: rgba(var(--brand), 1);
	border-radius: 999px;
	padding: 7px 16px;
	margin-bottom: 16px;
}

.placeholder p {
	font-size: 16px;
	color: rgba(var(--ink), 1);
	margin: 0 auto;
	max-width: 620px;
}

.placeholder p+p {
	margin-top: 10px;
}

.placeholder.is-inline {
	margin: 22px auto;
	padding: 20px;
}

.stage-heading {
	text-align: center;
	font-size: clamp(20px, 2vw, 26px);
	margin: 0 0 34px 0;
}

.stage-list {
	max-width: 900px;
	margin: 0 auto;
}

.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--r-md);
	border: 1px solid rgba(var(--line), 1);
}

.stage-table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(var(--white), 1);
	font-size: 16px;
}

.stage-table th,
.stage-table td {
	text-align: left;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(var(--line), 1);
	vertical-align: top;
	line-height: 1.55;
}

.stage-table thead th {
	font-family: var(--font-heading);
	font-size: 15px;
	color: rgba(var(--white), 1);
	background: rgba(var(--brand), 1);
	white-space: nowrap;
}

.stage-table tbody th {
	font-family: var(--font-heading);
	font-weight: 700;
	color: rgba(var(--brand-deep), 1);
	white-space: nowrap;
}

.stage-table tbody tr:last-child th,
.stage-table tbody tr:last-child td {
	border-bottom: 0;
}

.stage-table tbody tr:nth-child(even) {
	background: rgba(var(--bg-alt), .6);
}

.definition-box {
	background: rgba(var(--tint), 1);
	border-radius: var(--r-md);
	padding: 30px 32px;
	margin: 0 0 var(--sekcja) 0;
}

.definition-box p {
	font-family: var(--font-heading);
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

.part {
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	margin-bottom: 18px;
	overflow: hidden;
}

.part>summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 26px 64px 26px 30px;
	cursor: pointer;
	position: relative;
	list-style: none;
}

.part>summary::-webkit-details-marker {
	display: none;
}

.part>summary::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 2px solid rgba(var(--cta), 1);
	border-bottom: 2px solid rgba(var(--cta), 1);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s ease;
}

.part[open]>summary::after {
	transform: translateY(-30%) rotate(-135deg);
}

.part-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.3px;
}

.part-body {
	padding: 0 30px 28px 30px;
}

.part-num {
	flex-shrink: 0;
}

.part-num {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: rgba(var(--white), 1);
	background: rgba(var(--brand), 1);
	border-radius: 999px;
	padding: 6px 14px;
}

.part ul {
	margin: 0 0 18px 0;
	padding-left: 22px;
}

.part li {
	margin-bottom: 8px;
	line-height: 1.6;
}

.part-result {
	border-top: 1px solid rgba(var(--line), 1);
	padding-top: 18px;
	margin: 0;
	font-size: 16px;
	color: rgba(var(--ink), 1);
}

.offer-item {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 6px 20px;
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-md);
	padding: 28px 30px;
	margin-bottom: 20px;
}

.offer-item> :not(.offer-num) {
	grid-column: 2;
}

.offer-item .offer-num {
	grid-row: 1 / span 3;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(var(--brand), 1);
	color: rgba(var(--white), 1);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-item h3 {
	margin: 0 0 12px 0;
}

.offer-item p:last-of-type {
	margin-bottom: 0;
}

.offer-value {
	display: block;
	width: fit-content;
	margin: 20px auto 0 auto;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	color: rgba(var(--brand-deep), 1);
	background: rgba(var(--tint), 1);
	border-radius: 999px;
	padding: 10px 26px;
}

.offer-item.is-bonus {
	border: 2px dashed rgba(var(--brand), .45);
	box-shadow: none;
	background: rgba(var(--bg-alt), .7);
}

.offer-item.is-bonus .offer-num {
	background: rgba(var(--cta), 1);
	font-size: 15px;
	letter-spacing: .5px;
}

.price-box {
	background: rgba(var(--white), 1);
	border: 2px solid rgba(var(--cta), 1);
	border-radius: var(--r-lg);
	padding: 44px 34px;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

.price-box h2 {
	margin-bottom: 12px;
}

.price-anchor {
	font-size: 17px;
	color: rgba(var(--muted), 1);
	margin-bottom: 6px;
}

.price-anchor s {
	text-decoration-thickness: 2px;
}

.ps-block {
	border-top: 1px solid rgba(var(--line), 1);
	padding-top: 30px;
	margin-top: 30px;
}

.ps-block h3 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(var(--brand), 1);
	margin-bottom: 14px;
}

.deadline {
	text-align: center;
	font-size: 16px;
	color: rgba(var(--white), .88);
	margin: 26px auto 0 auto;
	max-width: 620px;
}

.dash-list {
	margin: 0 0 18px 0;
	padding-left: 22px;
}

.dash-list li {
	margin-bottom: 8px;
	line-height: 1.6;
}

.brand-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 24px 0 0 0;
	padding: 0;
}

.brand-list li {
	list-style: none;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 16px;
	color: rgba(var(--brand-deep), 1);
	background: rgba(var(--tint), 1);
	border-radius: 8px;
	padding: 9px 16px;
}

.quote-card {
	background: rgba(var(--white), 1);
	border-radius: var(--r-md);
	box-shadow: var(--cien-karta);
	padding: 28px 30px;
	margin-bottom: 20px;
}

.quote-card p {
	font-size: 18px;
	line-height: 1.65;
}

.quote-card .quote-author {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--brand-deep), 1);
	margin: 0;
}

.ph-inline {
	background: rgba(var(--tint), 1);
	border: 1px dashed rgba(var(--brand), .6);
	border-radius: 6px;
	padding: 1px 8px;
	font-size: .92em;
	white-space: nowrap;
}

.placeholder.on-dark {
	background: rgba(var(--white), .10);
	border-color: rgba(var(--white), .6);
}

.placeholder.on-dark p {
	color: rgba(var(--white), 1);
}

.placeholder.is-first {
	margin-top: 0;
}

.quote-card {
	border-left-color: rgba(var(--marka), 1);
}

.definition-box {
	border-left-color: rgba(var(--marka), 1);
}

.photo-caption {
	font-size: 14px;
	color: rgba(var(--muted), 1);
	text-align: center;
	margin: 12px 0 0 0;
}

.proof-columns {
	column-count: 3;
	column-gap: 20px;
	margin-bottom: 34px;
}

.proof-shot {
	break-inside: avoid;
	margin: 0 0 20px 0;
	background: rgba(var(--white), 1);
	border-radius: var(--r-md);
	box-shadow: var(--cien-karta);
	overflow: hidden;
}

.proof-shot img {
	width: 100%;
	height: auto;
	display: block;
}

.pp-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 34px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.pp-card {
	background: rgba(var(--white), 1);
	border-radius: var(--r-md);
	box-shadow: var(--cien-karta);
	padding: 20px;
}

.pp-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	align-items: start;
}

.pp-shot {
	margin: 0;
}

.pp-shot img {
	width: 100%;
	height: auto;
	border-radius: var(--r-sm);
	border: 1px solid rgba(var(--line), 1);
	display: block;
	background: rgba(var(--white), 1);
}

.pp-label {
	display: block;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(var(--muted), 1);
	margin: 10px 0 0 0;
	text-align: center;
}

.pp-shot.is-po .pp-label {
	color: rgba(var(--cta), 1);
}

.pp-name {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 17px;
	margin: 0 0 14px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.proof-columns {
			column-count: 1;
		}
	.pp-shot img {
			height: auto;
		}
}

.pp-card .proof-shot {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.btn-video {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
	padding: 16px 32px 16px 20px;
	border: 1.5px solid rgba(var(--cta-light), .55);
	border-radius: 999px;
	color: rgba(var(--white), 1);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3;
	transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.btn-video:hover {
	background: rgba(var(--cta), .18);
	border-color: rgba(var(--cta-light), 1);
	transform: translateY(-1px);
}

.btn-video-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	border: 1.5px solid rgba(var(--cta-light), .7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(var(--cta-light), 1);
}

.btn-video-icon svg {
	margin-left: 2px;
}

.video-makieta {
	border: 0;
	cursor: pointer;
	font: inherit;
	color: inherit;
	gap: 0;
}

.video-makieta .poster-text {
	margin-bottom: 26px;
}

.video-makieta .play {
	margin-bottom: 14px;
	width: 76px;
	height: 76px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.video-makieta:hover .play {
	transform: scale(1.06);
}

.play-label {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .3px;
	color: rgba(var(--white), .92);
}

.inline-cta.is-pod-wideo {
	margin-top: 30px;
}

.termin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 26px;
}

.termin-chip {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--brand-deep), 1);
	background: rgba(var(--tint), 1);
	border: 1px solid rgba(var(--marka), .28);
	border-radius: 999px;
	padding: 10px 22px;
}

.licznik {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.licznik-box {
	min-width: 84px;
	padding: 14px 10px 12px 10px;
	background: rgba(var(--brand-deep), 1);
	border-radius: var(--r-sm);
	text-align: center;
}

.licznik-num {
	display: block;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	color: rgba(var(--cta-light), 1);
	font-variant-numeric: tabular-nums;
}

.licznik-lbl {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(var(--white), .72);
}

.licznik-podpis {
	text-align: center;
	font-size: 15px;
	color: rgba(var(--muted), 1);
	margin-top: 12px;
}

.sciezka {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	list-style: none;
	margin: 0 auto var(--sekcja) auto;
	padding: 0;
	max-width: 1000px;
}

.sciezka li {
	position: relative;
	padding-top: 52px;
	text-align: center;
}

.sciezka li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	height: 2px;
	background: rgba(var(--marka), .22);
}

.sciezka li:first-child::before {
	left: 50%;
}

.sciezka li:last-child::before {
	right: 50%;
}

.sciezka-num {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(var(--white), 1);
	border: 2px solid rgba(var(--line), 1);
	color: rgba(var(--brand), 1);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sciezka-txt {
	display: block;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: rgba(var(--brand-deep), 1);
	padding: 0 6px;
}

.sciezka li.is-ostatni .sciezka-num {
	background: rgba(var(--cta), 1);
	border-color: rgba(var(--cta), 1);
	color: rgba(var(--white), 1);
}

.sciezka li.is-ostatni .sciezka-txt {
	color: rgba(var(--cta), 1);
}

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

.fit-list li {
	position: relative;
	padding: 0 0 0 42px;
	margin-bottom: 14px;
	line-height: 1.6;
}

.fit-list li::before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.fit-list.is-tak li::before {
	content: "✓";
	background: rgba(var(--tint), 1);
	border: 1px solid rgba(var(--marka), .35);
	color: rgba(var(--cta), 1);
}

.fit-list.is-nie li::before {
	content: "✕";
	background: rgba(var(--bg-alt), 1);
	border: 1px solid rgba(var(--line), 1);
	color: rgba(var(--muted), 1);
}

.photo-band {
	margin: 52px 0 0 0;
}

.photo-band:not(:last-child) {
	margin-bottom: 52px;
}

.photo-band img {
	width: 100%;
	height: auto;
	border-radius: var(--r-lg);
	display: block;
	box-shadow: var(--cien-karta);
}

@media (max-width: 767px) {
		.sciezka {
			grid-template-columns: 1fr;
			row-gap: 0;
			max-width: 420px;
		}
	.sciezka li {
			padding: 0 0 26px 58px;
			text-align: left;
			min-height: 44px;
		}
	.sciezka li::before {
			top: 6px;
			bottom: -6px;
			left: 18px;
			right: auto;
			width: 2px;
			height: auto;
		}
	.sciezka li:first-child::before {
			left: 18px;
			top: 18px;
		}
	.sciezka li:last-child::before {
			display: none;
		}
	.sciezka-num {
			left: 0;
			transform: none;
			top: 0;
		}
	.sciezka-txt {
			padding: 6px 0 0 0;
			font-size: 17px;
		}
		.part>summary {
			flex-direction: column;
			align-items: flex-start;
			gap: 12px;
			padding: 22px 52px 22px 22px;
		}
	.part>summary::after {
			right: 22px;
			top: 34px;
		}
	.part-title {
			font-size: 18px;
		}
	.part-body {
			padding: 0 22px 24px 22px;
		}
	.licznik-box {
			min-width: 72px;
			padding: 12px 8px 10px 8px;
		}
	.licznik-num {
			font-size: 26px;
		}
	.photo-band {
			margin-top: 36px;
		}
	.btn-video {
			font-size: 16px;
			padding: 14px 26px 14px 16px;
		}
}

.vsl-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(var(--brand-deep), 1);
	object-fit: cover;
}

.sticky-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: rgba(var(--brand-deep), .97);
	border-top: 1px solid rgba(var(--white), .12);
	padding: 0 clamp(16px, 4vw, 48px);
	min-height: 0;
	overflow: hidden;
	transition: padding .22s ease;
}

.sticky-slot.is-visible .sticky-cta {
	padding-top: 14px;
	padding-bottom: calc(14px + env(safe-area-inset-bottom));
}

.sticky-info {
	min-width: 0;
}

.sticky-title {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
	color: rgba(var(--white), 1);
	margin: 0 0 8px 0;
}

.sticky-dol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.sticky-licznik {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.sticky-box {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	background: rgba(var(--white), .08);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 13px;
	color: rgba(var(--white), .72);
}

.sticky-box b {
	font-family: var(--font-heading);
	font-size: 17px;
	color: rgba(var(--cta-light), 1);
	font-variant-numeric: tabular-nums;
}

.sticky-do {
	font-size: 13px;
	color: rgba(var(--white), .72);
	margin: 0;
}

.sticky-cta .btn {
	flex: 0 0 auto;
	padding: 16px 34px;
	font-size: 17px;
	box-shadow: none;
}

.stage-list .faq-item summary {
	display: flex;
	align-items: center;
	gap: 14px;
}

.stage-num {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(var(--tint), 1);
	border: 1px solid rgba(var(--marka), .35);
	color: rgba(var(--cta), 1);
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
		.sticky-cta {
			flex-direction: column;
			align-items: stretch;
			gap: 10px;
			padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
		}
	.sticky-title {
			font-size: 15px;
			text-align: center;
			margin-bottom: 6px;
		}
	.sticky-dol {
			justify-content: center;
			gap: 6px;
		}
	.sticky-box {
			padding: 4px 10px;
			font-size: 12px;
		}
	.sticky-box b {
			font-size: 15px;
		}
	.sticky-cta .btn {
			display: block;
			width: 100%;
			text-align: center;
			padding: 14px 18px;
		}
		.sciezka li {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			padding: 9px 0;
			text-align: center;
			min-height: 0;
		}
	.sciezka li::before {
			content: "";
			position: absolute;
			top: -9px;
			bottom: auto;
			left: 50%;
			right: auto;
			transform: translateX(-50%);
			width: 2px;
			height: 18px;
		}
	.sciezka li:first-child::before {
			display: none;
		}
	.sciezka li:last-child::before {
			display: block;
		}
	.sciezka-num {
			position: static;
			transform: none;
			flex: 0 0 38px;
		}
	.sciezka-txt {
			padding: 0;
			text-align: left;
		}
	.stage-list .faq-item summary {
			gap: 12px;
			padding-left: 22px;
			padding-right: 52px;
		}
}

.pasek-dol {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	display: flex;
	flex-direction: column;
	box-shadow: 0 -6px 24px rgba(0, 0, 0, .38);
}

.sticky-slot {
	max-height: 0;
	overflow: hidden;
	transition: max-height .24s ease;
}

.sticky-slot.is-visible {
	max-height: 260px;
}

@media (prefers-reduced-motion: reduce) {
	.sticky-slot {
			transition: none;
		}
}

.cookie-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: rgba(var(--brand-deep), .97);
	border-top: 1px solid rgba(var(--white), .12);
	padding: 14px clamp(16px, 4vw, 48px);
}

.cookie-bar p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(var(--white), .82);
	max-width: 72ch;
}

.pasek-dol .cookie-bar+.sticky-slot .sticky-cta {
	border-top: 1px solid rgba(var(--white), .12);
}

.pasek-dol .cookie-bar {
	position: static;
	z-index: auto;
	box-shadow: none;
	padding-bottom: 14px;
}

@media (max-width: 767px) {
	.pasek-dol .sticky-cta {
		position: static;
		transform: none;
		bottom: auto;
		left: auto;
		right: auto;
		z-index: auto;
		box-shadow: none;
	}
}

h1,
h2,
h3 {
	letter-spacing: -0.1px;
}

h1 {
	letter-spacing: -0.4px;
	line-height: 1.16;
}

.section-title {
	font-size: clamp(24px, 2.5vw, 34px);
}

.btn {
	font-family: var(--font-body);
	font-weight: 700;
	letter-spacing: 0.1px;
}

.hero {
	padding: 60px 0 52px 0;
}

.hero .kicker {
	display: block;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
	line-height: 1.55;
	color: rgba(var(--white), .66);
	max-width: 620px;
	margin: 0 auto 18px auto;
}

.hero .eyebrow {
	font-family: var(--font-body);
	font-variant-numeric: tabular-nums;
}

.hero h1 {
	font-size: clamp(27px, 3.1vw, 41px);
	max-width: 1020px;
	margin-bottom: 20px;
}

.hero .subtitle {
	font-size: clamp(16px, 1.2vw, 18px);
}

.hero .btn-video {
	margin-top: 30px;
}

.hero .divider {
	background: rgba(var(--marka), 1);
}

.tcard-video {
	background: rgba(var(--brand-deep), 1);
}

.video-wrapper {
	--okladka-wideo: url("https://media-static.b-cdn.net/ewa-reichel/okladka-vsl.webp");
}

.inline-cta.is-pod-wideo {
	margin-top: 34px;
}

.photo-band.is-portret img {
	max-width: 520px;
	margin: 0 auto;
}

.container.is-nested {
	padding-left: 0;
	padding-right: 0;
}

.agenda-grid.is-cztery {
	grid-template-columns: repeat(2, 1fr);
	max-width: 900px;
	margin: 0 auto;
}

.final-cta .price-anchor {
	color: rgba(var(--white), .72);
	margin: 22px auto 26px auto;
}

.final-cta .price-anchor strong {
	color: rgba(var(--white), 1);
}

.final-cta .ps-block h3 {
	color: rgba(var(--cta-light), 1);
}

.final-cta .ps-block {
	border-top-color: rgba(var(--white), .18);
}

.final-cta .sekcja-obraz img {
	box-shadow: none;
}

@media (max-width: 767px) {
	.hero {
		padding: 40px 0 44px 0;
	}

	.hero .kicker {
		font-size: 13px;
		letter-spacing: 0.2px;
		margin-bottom: 14px;
	}

	.hero .eyebrow {
		margin-bottom: 18px;
	}

	.hero h1 {
		font-size: 24px;
		letter-spacing: -0.2px;
		margin-bottom: 16px;
	}

	.hero .subtitle+.subtitle {
		margin-top: 12px;
	}

	.hero .btn-video {
		margin-top: 22px;
	}

	.photo-band.is-portret img {
		max-width: 100%;
	}

	.agenda-grid.is-cztery {
		grid-template-columns: 1fr;
	}
}
