
:root {
	--brand: 84, 180, 53;
	--brand-deep: 15, 23, 42;
	--cta: 46, 125, 50;
	--cta-hover: 37, 107, 35;
	--cta-light: 84, 180, 53;
	--ink: 15, 23, 42;
	--muted: 47, 59, 64;
	--white: 255, 255, 255;
	--bg-alt: 237, 251, 226;
	--tint: 213, 234, 216;
	--line: 214, 228, 208;

	--sekcja: 96px;

	--baner-h: 0px;

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

	--font-heading: "Forum", Georgia, "Times New Roman", serif;
	--font-body: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

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

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;
}

@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(--sekcja);
}

.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(--cta), 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 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("https://media-static.b-cdn.net/rafal-wawrzyniuk/okladka-vsl.webp");
	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 .18s ease, background-color .18s ease, box-shadow .18s ease;
}

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

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

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

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

.btn-note,
.click-trigger {
	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) {
	.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 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);
}

.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='%23005AA0' 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(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-left: 4px solid rgba(var(--cta), 1);
	border-radius: var(--r-md);
	padding: 28px 30px;
	font-size: 16px;
	box-shadow: var(--cien-karta);
}

.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;
	box-shadow: var(--cien-karta);
	transition: box-shadow .2s ease, transform .2s ease;
}

.benefit:hover {
	box-shadow: var(--cien-karta-hover);
	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: #000;
	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 {
	box-shadow: var(--cien-karta-hover);
	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: 1px solid rgba(var(--line), 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;
	box-shadow: var(--cien-karta);
	transition: box-shadow .2s ease, transform .2s ease;
}

.agenda-item:hover {
	box-shadow: var(--cien-karta-hover);
	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);
	box-shadow: var(--cien-karta);
	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);
	box-shadow: var(--cien-karta);
}

.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;
	box-shadow: var(--cien-karta);
}

.guarantee-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: rgba(var(--cta), 1);
}

.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: box-shadow .2s ease, border-color .2s ease;
}

.faq-item[open],
.faq-item:hover {
	border-color: rgba(var(--ink), .18);
	box-shadow: var(--cien-karta);
}

.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='%23005AA0' 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='%23005AA0' 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: 720px;
	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 p {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(var(--white), .7);
	max-width: 820px;
	margin: 0 auto 12px auto;
}

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

	.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;
	}

	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));
	}
}

h1,
h2 {
	font-weight: 400;
	letter-spacing: 0;
}

h3 {
	font-family: var(--font-body);
	font-weight: 700;
}

.btn,
.eyebrow,
.mechanism-badge,
.guarantee-badge,
.bio-name {
	font-family: var(--font-body);
}

.opinia-zrzut {
	display: none;
	margin-top: 18px;
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-sm);
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.opinia-zrzut {
		display: block;
	}
}

.opinia-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 15px;
	color: rgba(var(--muted), 1);
}

.opinia-gwiazdki {
	color: rgba(var(--cta), 1);
	font-weight: 700;
	letter-spacing: 2px;
}

.opinie-lista {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

@media (min-width: 768px) {

	.tcard .opinia-meta,
	.tcard .tcard-text,
	.tcard .tcard-name {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: 0;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.opinia-zrzut {
		margin-top: 0;
	}
}

.video-wrapper {
	aspect-ratio: 16 / 9;
	max-width: 100%;
}

.video-makieta {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 7%;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-image:
		linear-gradient(rgba(10, 14, 20, .30), rgba(10, 14, 20, .42)),
		url("https://media-static.b-cdn.net/rafal-wawrzyniuk/okladka-vsl.webp");
	background-size: cover;
	background-position: center center;
}

.video-makieta .play {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	width: auto;
	height: auto;
	padding: 10px 26px 10px 10px;
	border-radius: 999px;
	background: rgba(var(--cta), 1);
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 19px;
	color: rgba(var(--white), 1);
	margin-bottom: 22px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .45);
	transition: transform .18s ease;
}

.video-makieta:hover .play,
.video-makieta:focus-visible .play {
	transform: scale(1.04);
}

.video-makieta .play-icon {
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(var(--white), .22);
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-makieta .poster-text {
	font-size: clamp(20px, 4.4vw, 26px);
	max-width: 15ch;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .6);
}

.hero-cta {
	margin: 30px 0 0 0;
}

.btn-obrys {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 15px 32px;
	border: 1px solid rgba(var(--cta-light), .55);
	border-radius: 999px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 17px;
	color: rgba(var(--white), 1);
	background: rgba(var(--cta-light), .07);
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

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

.btn-obrys-ikona {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(var(--cta-light), .55);
}

.pigulki-terminu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 0 26px 0;
}

.pigulki-terminu span {
	display: inline-block;
	padding: 9px 20px;
	border-radius: 999px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 16px;
	color: rgba(var(--cta), 1);
	background: rgba(var(--cta), .10);
	border: 1px solid rgba(var(--cta), .28);
}

.final-cta .pigulki-terminu span {
	color: rgba(var(--cta-light), 1);
	background: rgba(var(--cta-light), .12);
	border-color: rgba(var(--cta-light), .45);
}

.karta-ceny {
	background: rgba(var(--white), 1);
	border: 1px solid rgba(var(--line), 1);
	border-radius: var(--r-lg);
	box-shadow: var(--cien-karta);
	padding: 54px 48px 48px 48px;
	text-align: center;
}

.karta-ceny h2 {
	font-size: clamp(24px, 3vw, 30px);
	margin: 0 0 40px 0;
}

.lista-ceny {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
	max-width: 620px;
	margin-inline: auto;
}

.lista-ceny li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.lista-ceny li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
	height: 22px;
	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='%232E7D32' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat;
}

.cena-glowna {
	font-family: var(--font-heading);
	font-size: clamp(34px, 5.4vw, 52px);
	line-height: 1.15;
	color: rgba(var(--cta), 1);
	margin: 0 0 12px 0;
}

.cena-nota {
	font-size: 15px;
	color: rgba(var(--muted), 1);
	margin: 0 0 32px 0;
}

.karta-ceny .btn {
	width: 100%;
	max-width: 520px;
}

.facts-bar {
	gap: 0;
	padding: 34px 12px;
}

.facts-bar>div {
	padding: 6px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bio-body,
.facts-bar>div {
	min-width: 0;
}

@media (max-width: 1023px) {

	.facts-bar {
		grid-template-columns: 1fr;
		padding: 12px 24px;
	}

	.facts-bar>div {
		padding: 26px 0;
	}

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

@media (max-width: 767px) {

	.karta-ceny {
		padding: 38px 22px 34px 22px;
	}
}

.pod-wideo {
	text-align: center;
	margin-top: 34px;
}

.pod-wideo .btn-note {
	margin-bottom: 30px;
}

.pod-wideo .pigulki-terminu {
	margin-bottom: 22px;
}

.licznik-pola {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.licznik-pole {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 76px;
	padding: 12px 10px;
	border-radius: var(--r-sm);
	background: rgba(var(--brand-deep), 1);
}

.licznik-pole b {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 26px;
	line-height: 1.1;
	color: rgba(var(--cta-light), 1);
	font-variant-numeric: tabular-nums;
}

.licznik-pole i {
	font-style: normal;
	font-size: 12px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: rgba(var(--white), .75);
	margin-top: 4px;
}

.licznik-podpis {
	font-size: 14px;
	color: rgba(var(--muted), 1);
	margin: 12px 0 0 0;
}

.licznik.po-starcie .licznik-pola {
	display: none;
}

.sticky-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background: rgb(var(--brand-deep));
	border-top: 1px solid rgba(var(--white), .12);
	box-shadow: 0 -6px 24px rgba(0, 0, 0, .38);
	padding: 12px 32px calc(12px + env(safe-area-inset-bottom));
	transform: translateY(140%);
	transition: transform .22s ease;
}

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

.sticky-tresc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: left;
}

.sticky-tytul {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: rgba(var(--white), 1);
	margin: 0;
}

.sticky-cta .licznik-maly {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sticky-cta .licznik-maly .licznik-pola {
	justify-content: flex-start;
	gap: 6px;
}

.sticky-cta .licznik-maly .licznik-pole {
	flex-direction: row;
	align-items: baseline;
	gap: 5px;
	min-width: 0;
	padding: 3px 9px;
	background: rgba(var(--white), .10);
}

.sticky-cta .licznik-maly .licznik-pole b {
	font-size: 17px;
}

.sticky-cta .licznik-maly .licznik-pole i {
	font-size: 11px;
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
}

.sticky-cta .licznik-maly .licznik-podpis {
	margin: 0;
	font-size: 13px;
	color: rgba(var(--white), .75);
	white-space: nowrap;
}

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

.licznik-pole .ds {
	display: none;
}

@media (max-width: 767px) {

	.sticky-cta {
		gap: 10px;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
	}

	.sticky-tresc {
		flex: 1 1 auto;
		min-width: 0;
		gap: 6px;
	}

	.sticky-tytul {
		font-size: 12px;
		line-height: 1.25;
	}

	.sticky-cta .licznik-maly {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		gap: 6px;
	}

	.sticky-cta .licznik-maly .licznik-pola {
		flex-wrap: nowrap;
		gap: 4px;
	}

	.sticky-cta .licznik-maly .licznik-pole {
		padding: 2px 6px;
		gap: 2px;
	}

	.sticky-cta .licznik-maly .licznik-pole b {
		font-size: 14px;
	}

	.sticky-cta .licznik-maly .licznik-pole .dl {
		display: none;
	}

	.sticky-cta .licznik-maly .licznik-pole .ds {
		display: inline;
		font-size: 11px;
	}

	.sticky-cta .licznik-maly .licznik-podpis {
		font-size: 11px;
	}

	.sticky-cta .btn {
		display: inline-block;
		width: auto;
		flex: 0 0 auto;
		padding: 12px 16px;
		font-size: 15px;
	}

	.licznik-pole {
		min-width: 68px;
		padding: 10px 8px;
	}

	.licznik-pole b {
		font-size: 22px;
	}
}

.cookie-bar {
	bottom: var(--sticky-h, 0px);
	background: rgb(var(--brand-deep));
	transition: bottom .22s ease;
}

.video-makieta {
	pointer-events: none;
	z-index: 2;
	opacity: 1;
	transition: opacity .26s ease;
}

.video-wrapper iframe {
	z-index: 1;
}

.video-makieta .play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: rgba(var(--cta), 1);
	box-shadow: 0 0 0 12px rgba(var(--cta), .20), 0 18px 40px rgba(0, 0, 0, .45);
}

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

@media (max-width: 767px) {

	.video-makieta .play {
		width: 74px;
		height: 74px;
		box-shadow: 0 0 0 9px rgba(var(--cta), .20), 0 14px 30px rgba(0, 0, 0, .45);
	}
}
