/* Landing e-booka: dopracowanie mobile + przypiety pasek zakupu.
   Punkt lamania 900 px jest ten sam, ktorego uzywa CSS landingu. */

/* ---------- przypiety pasek zakupu ---------- */
body.pt-eblp .pt-eblp-cta {
	position: fixed;
	z-index: 9990;
	display: none;
	font-family: Montserrat, sans-serif;
}

@media (max-width: 900px) {

	body.pt-eblp .pt-eblp-cta {
		display: flex;
		align-items: center;
		gap: 12px;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px 14px;
		padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, .96);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		border-top: 1px solid #f1dde1;
		box-shadow: 0 -6px 20px rgba(43, 43, 58, .10);
	}

	body.pt-eblp .pt-eblp-cena {
		font-size: 17px;
		font-weight: 800;
		color: #2B2B3A;
		white-space: nowrap;
		padding-left: 4px;
	}

	body.pt-eblp .pt-eblp-btn {
		flex: 1 1 auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		padding: 0 18px;
		border-radius: 40px;
		background: linear-gradient(135deg, #F8B6C0, #E67E8C);
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
		box-shadow: 0 6px 18px rgba(230, 126, 140, .35);
	}

	/* zeby pasek nie zaslanial konca strony */
	body.pt-eblp .eb-lp {
		padding-bottom: 74px;
	}
}

/* ---------- dopracowanie mobile ---------- */
@media (max-width: 900px) {

	body.pt-eblp .eb-band {
		padding: 48px 18px;
	}

	body.pt-eblp .eb-kicker {
		font-size: 11px;
		letter-spacing: 1.6px;
		margin-bottom: 14px;
	}

	body.pt-eblp .eb-hero {
		gap: 28px;
	}

	body.pt-eblp .eb-hero .eb-h {
		font-size: 29px;
		line-height: 1.2;
		letter-spacing: -.2px;
	}

	body.pt-eblp .eb-h {
		font-size: 27px;
		line-height: 1.22;
		letter-spacing: -.2px;
	}

	body.pt-eblp .eb-lead {
		font-size: 16.5px;
		line-height: 1.7;
	}

	/* cena i przycisk jeden pod drugim, przycisk na cala szerokosc */
	body.pt-eblp .eb-price-row {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	body.pt-eblp .eb-price {
		font-size: 38px;
	}

	body.pt-eblp .eb-btn {
		display: block;
		width: 100%;
		text-align: center;
		padding: 17px 22px;
	}

	body.pt-eblp .eb-roz-item {
		padding: 22px 20px;
		gap: 14px;
		border-radius: 14px;
	}

	body.pt-eblp .eb-roz-nr {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	body.pt-eblp .eb-roz-item h3 {
		font-size: 16.5px;
	}

	body.pt-eblp .eb-quote-big {
		font-size: 18px;
		margin-top: 26px;
		padding-left: 16px;
	}

	/* wieksze pole dotyku w FAQ, odpowiedz na pelna szerokosc */
	body.pt-eblp .eb-faq summary {
		padding: 20px 40px 20px 0;
		font-size: 16px;
	}

	body.pt-eblp .eb-faq .eb-ans {
		padding-right: 0;
		font-size: 15.5px;
		line-height: 1.75;
	}

	body.pt-eblp .eb-cmp-box ul li {
		font-size: 15px;
	}

	body.pt-eblp .eb-note {
		font-size: 12.5px;
	}
}

@media (max-width: 480px) {

	body.pt-eblp .eb-band {
		padding: 40px 15px;
	}

	body.pt-eblp .eb-hero .eb-h {
		font-size: 26px;
	}

	body.pt-eblp .eb-h,
	body.pt-eblp .eb-final .eb-h {
		font-size: 24px;
	}

	body.pt-eblp .eb-lead {
		font-size: 16px;
	}

	body.pt-eblp .eb-price {
		font-size: 34px;
	}

	body.pt-eblp .eb-author img {
		width: 150px;
		height: 150px;
	}
}
