/* PlottyBot book-offer landing: deliberately self-contained for reuse. */
body.pb-book-landing-page {
	--pb-lp-ink: #123342;
	--pb-lp-ink-soft: #264c5a;
	--pb-lp-teal: #00a890;
	--pb-lp-teal-dark: #007b6b;
	--pb-lp-sun: #f7be38;
	--pb-lp-rust: #df654e;
	--pb-lp-paper: #fffaf0;
	--pb-lp-cream: #f5ead3;
	--pb-lp-line: rgba(18, 51, 66, 0.16);
	background: var(--pb-lp-paper) !important;
}

body.pb-book-landing-page #masthead {
	width: min(1180px, calc(100% - 40px));
	min-height: 80px;
	margin: 0 auto !important;
	padding: 22px 0 !important;
}

body.pb-book-landing-page #masthead .main-navigation,
body.pb-book-landing-page #masthead .site-description {
	display: none !important;
}

body.pb-book-landing-page #masthead .site-branding {
	display: flex;
	align-items: center;
}

body.pb-book-landing-page footer.site-footer #row-1 {
	display: none !important;
}

body.pb-book-landing-page footer.site-footer .inner-footer {
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}

.pb-book-landing,
.pb-book-landing * {
	box-sizing: border-box;
}

.pb-book-landing {
	color: var(--pb-lp-ink);
	background: var(--pb-lp-paper);
	overflow: hidden;
}

.pb-book-landing h1,
.pb-book-landing h2,
.pb-book-landing h3,
.pb-book-landing p {
	color: inherit;
}

.pb-book-landing h1,
.pb-book-landing h2,
.pb-book-landing h3 {
	font-family: "Satoshi Variable", "Inter", sans-serif !important;
}

.pb-book-landing p,
.pb-book-landing li,
.pb-book-landing a,
.pb-book-landing summary,
.pb-book-landing span,
.pb-book-landing strong {
	font-family: "Inter", sans-serif !important;
}

.pb-lp-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.pb-lp-hero {
	position: relative;
	padding: 54px 0 90px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
		var(--pb-lp-ink);
}

.pb-lp-hero::after {
	content: "";
	position: absolute;
	right: -110px;
	bottom: -160px;
	width: 470px;
	height: 470px;
	border: 90px solid rgba(247, 190, 56, 0.13);
	border-radius: 50%;
}

.pb-lp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
	align-items: start;
	gap: clamp(38px, 5vw, 68px);
}

.pb-lp-hero__copy {
	min-width: 0;
	max-width: 650px;
	padding-top: 8px;
}

.pb-lp-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px !important;
	color: var(--pb-lp-teal) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: .13em !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.pb-lp-eyebrow::before {
	content: "";
	width: 28px;
	height: 3px;
	border-radius: 3px;
	background: currentColor;
}

.pb-lp-hero .pb-lp-eyebrow {
	color: #72ead9 !important;
}

.pb-lp-hero h1 {
	max-width: 650px;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 4.8vw, 62px) !important;
	font-weight: 750 !important;
	letter-spacing: -.045em !important;
	line-height: 1.01 !important;
}

.pb-lp-hero__benefit {
	max-width: 630px;
	margin: 20px 0 0 !important;
	color: #fff !important;
	font-size: clamp(20px, 2vw, 24px) !important;
	font-weight: 760 !important;
	letter-spacing: -.018em !important;
	line-height: 1.35 !important;
}

.pb-lp-lead {
	max-width: 650px;
	margin: 14px 0 0 !important;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 17px !important;
	line-height: 1.55 !important;
}

.pb-lp-product-gallery {
	min-width: 0;
}

.pb-lp-product-gallery__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px;
	background: #ead7c0;
	box-shadow: 0 28px 54px rgba(0, 0, 0, .34);
	overflow: hidden;
}

.pb-lp-product-gallery__stage figure {
	position: absolute;
	inset: 0;
	margin: 0;
}

.pb-lp-product-gallery__stage figure[hidden] {
	display: none;
}

.pb-lp-product-gallery__stage figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-lp-product-gallery__stage figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	background: rgba(18, 51, 66, .2);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	backdrop-filter: blur(8px);
}

.pb-lp-gallery-arrow {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 5;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(18, 51, 66, .14);
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 7px 20px rgba(18, 51, 66, .18);
	color: var(--pb-lp-ink);
	font-family: Arial, sans-serif;
	font-size: 31px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.pb-lp-has-js .pb-lp-gallery-arrow {
	display: flex;
}

.pb-lp-gallery-arrow--previous {
	left: 14px;
}

.pb-lp-gallery-arrow--next {
	right: 14px;
}

button.pb-lp-gallery-arrow:not([disabled]):active {
	position: absolute;
	top: 50%;
}

.pb-lp-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.pb-lp-product-gallery__thumbs button {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 7px;
	border: 2px solid transparent;
	border-radius: 12px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .76);
	text-align: left;
	cursor: pointer;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.pb-lp-product-gallery__thumbs button:hover,
.pb-lp-product-gallery__thumbs button[aria-selected="true"] {
	border-color: var(--pb-lp-sun);
	background: rgba(255, 255, 255, .17);
	color: #fff;
}

.pb-lp-product-gallery__thumbs img {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 7px;
	object-fit: cover;
}

.pb-lp-product-gallery__thumbs span {
	min-width: 0;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.25;
}

.pb-lp-product-gallery__note {
	margin: 10px 0 0 !important;
	color: rgba(255, 255, 255, .56) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	text-align: center;
}

.pb-lp-hero-inclusions {
	margin-top: 22px;
	padding: 17px 18px 18px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 15px;
	background: rgba(255, 255, 255, .07);
}

.pb-lp-hero-inclusions > p,
.pb-lp-objections > p {
	margin: 0 0 12px !important;
	color: #72ead9 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: .075em !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
}

.pb-lp-hero-inclusions ul,
.pb-lp-objections ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pb-lp-hero-inclusions ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 18px;
}

.pb-lp-hero-inclusions li {
	position: relative;
	padding-left: 21px;
}

.pb-lp-hero-inclusions li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--pb-lp-sun);
	font-weight: 900;
}

.pb-lp-hero-inclusions strong,
.pb-lp-hero-inclusions span {
	display: block;
}

.pb-lp-hero-inclusions strong {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.pb-lp-hero-inclusions span {
	margin-top: 2px;
	color: rgba(255, 255, 255, .62);
	font-size: 11px;
	font-weight: 550;
	line-height: 1.35;
}

.pb-lp-objections {
	margin-top: 22px;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.pb-lp-objections ul {
	display: grid;
	gap: 9px;
}

.pb-lp-objections li {
	display: grid;
	grid-template-columns: minmax(155px, .72fr) minmax(0, 1.28fr);
	gap: 14px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .055);
}

.pb-lp-objections strong {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.pb-lp-objections span {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 1.4;
}

.pb-lp-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.pb-lp-proof li {
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 650;
}

.pb-lp-proof li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #72ead9;
	font-weight: 900;
}

.pb-lp-purchase {
	display: grid;
	grid-template-columns: auto minmax(240px, 330px);
	align-items: center;
	gap: 13px 24px;
	max-width: 600px;
	margin-top: 32px;
}

.pb-lp-price {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pb-lp-price__label {
	color: rgba(255, 255, 255, .66);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.pb-lp-price strong,
.pb-lp-price .woocommerce-Price-amount {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
}

.pb-lp-cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 58px;
	padding: 16px 20px;
	border: 2px solid var(--pb-lp-sun);
	border-radius: 10px;
	background: var(--pb-lp-sun);
	box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
	color: var(--pb-lp-ink) !important;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.pb-lp-cta:hover,
.pb-lp-cta:focus-visible {
	border-color: #ffd366;
	background: #ffd366;
	color: var(--pb-lp-ink) !important;
	transform: translateY(-2px);
}

.pb-lp-cta:focus-visible,
.pb-lp-text-link:focus-visible,
.pb-lp-mobile-cta a:focus-visible,
.pb-lp-gallery-arrow:focus-visible,
.pb-lp-product-gallery__thumbs button:focus-visible,
.pb-lp-faq summary:focus-visible {
	outline: 3px solid var(--pb-lp-teal);
	outline-offset: 3px;
}

.pb-lp-payment-note {
	grid-column: 2;
	margin: -4px 0 0 !important;
	color: rgba(255, 255, 255, .62) !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	text-align: center;
}

.pb-lp-gift-note {
	margin: 24px 0 0 !important;
	padding-left: 16px;
	border-left: 3px solid var(--pb-lp-rust);
	color: rgba(255, 255, 255, .76) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.pb-lp-hero__visual {
	position: relative;
	min-height: 650px;
}

.pb-lp-hero__visual > img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: min(90%, 430px);
	height: auto;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 26px;
	box-shadow: 0 34px 48px rgba(0, 0, 0, .42);
	transform: translate(-50%, -50%);
}

.pb-lp-included-badge {
	position: absolute;
	right: 0;
	top: 5%;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 118px;
	padding: 15px;
	border-radius: 50%;
	background: var(--pb-lp-rust);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
	color: #fff;
	text-align: center;
	transform: rotate(6deg);
}

.pb-lp-included-badge strong {
	font-size: 21px;
	font-weight: 850;
	line-height: 1.05;
}

.pb-lp-included-badge span {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
}

.pb-lp-offer,
.pb-lp-process,
.pb-lp-faq,
.pb-lp-final {
	padding: 100px 0;
}

.pb-lp-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
	align-items: end;
	gap: 64px;
	margin-bottom: 48px;
}

.pb-lp-section-heading h2,
.pb-lp-process h2,
.pb-lp-faq h2,
.pb-lp-final h2 {
	margin: 0 !important;
	font-size: clamp(36px, 4.5vw, 56px) !important;
	font-weight: 750 !important;
	letter-spacing: -.04em !important;
	line-height: 1.04 !important;
}

.pb-lp-section-heading p,
.pb-lp-process__intro > p:last-of-type,
.pb-lp-final__card > div > p:last-child {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 18px !important;
	line-height: 1.65 !important;
}

.pb-lp-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--pb-lp-line);
	border-left: 1px solid var(--pb-lp-line);
}

.pb-lp-feature {
	min-height: 295px;
	padding: 32px 28px;
	border-right: 1px solid var(--pb-lp-line);
	border-bottom: 1px solid var(--pb-lp-line);
	background: rgba(255, 255, 255, .5);
}

.pb-lp-feature:nth-child(2),
.pb-lp-feature:nth-child(4) {
	background: #fff;
}

.pb-lp-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--pb-lp-ink);
	color: #fff;
}

.pb-lp-feature__icon svg {
	width: 25px;
	height: 25px;
}

.pb-lp-feature h3 {
	margin: 54px 0 12px !important;
	font-size: 22px !important;
	font-weight: 750 !important;
	line-height: 1.15 !important;
}

.pb-lp-feature p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.pb-lp-process {
	background: var(--pb-lp-cream);
}

.pb-lp-process > .pb-lp-shell {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(440px, 1fr);
	gap: clamp(60px, 9vw, 130px);
}

.pb-lp-process__intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.pb-lp-process__intro > p:last-of-type {
	margin-top: 24px !important;
}

.pb-lp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 34px;
	color: var(--pb-lp-teal-dark) !important;
	font-size: 17px;
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.pb-lp-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pb-lp-steps li {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 24px;
	padding: 30px 0 34px;
	border-bottom: 1px solid rgba(18, 51, 66, .2);
}

.pb-lp-steps li:first-child {
	padding-top: 0;
}

.pb-lp-steps li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--pb-lp-rust);
	color: #fff;
	font-size: 15px;
	font-weight: 850;
}

.pb-lp-steps h3 {
	margin: 2px 0 8px !important;
	font-size: 24px !important;
	font-weight: 750 !important;
	line-height: 1.15 !important;
}

.pb-lp-steps p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.pb-lp-faq {
	background: #fff;
}

.pb-lp-faq__grid {
	display: grid;
	grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr);
	gap: clamp(50px, 9vw, 130px);
}

.pb-lp-faq__items {
	border-top: 1px solid var(--pb-lp-line);
}

.pb-lp-faq details {
	border-bottom: 1px solid var(--pb-lp-line);
}

.pb-lp-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 0;
	cursor: pointer;
	color: var(--pb-lp-ink);
	font-size: 18px;
	font-weight: 750;
	line-height: 1.35;
	list-style: none;
}

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

.pb-lp-faq summary span {
	color: var(--pb-lp-teal-dark);
	font-size: 28px;
	font-weight: 500;
	transition: transform 160ms ease;
}

.pb-lp-faq details[open] summary span {
	transform: rotate(45deg);
}

.pb-lp-faq details p {
	max-width: 680px;
	margin: -6px 42px 24px 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
}

.pb-lp-final {
	background: #fff;
}

.pb-lp-final__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 70px;
	padding: clamp(40px, 7vw, 80px);
	border-radius: 24px;
	background:
		linear-gradient(115deg, transparent 66%, rgba(247, 190, 56, .16) 66%),
		var(--pb-lp-ink);
	color: #fff;
	overflow: hidden;
}

.pb-lp-final__card .pb-lp-eyebrow {
	color: #72ead9 !important;
}

.pb-lp-final__card h2 {
	color: #fff !important;
}

.pb-lp-final__card > div > p:last-child {
	max-width: 700px;
	margin-top: 20px !important;
	color: rgba(255, 255, 255, .76) !important;
}

.pb-lp-final__action {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 290px;
}

.pb-lp-final__action > strong,
.pb-lp-final__action .woocommerce-Price-amount {
	margin-bottom: 14px;
	color: #fff;
	font-size: 36px;
	font-weight: 850;
	text-align: center;
}

.pb-lp-final__action small {
	margin-top: 10px;
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
	font-weight: 650;
	text-align: center;
}

.pb-lp-cta--light {
	box-shadow: none;
}

.pb-lp-mobile-cta {
	display: none;
}

@media (max-width: 960px) {
	.pb-lp-hero__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.pb-lp-hero__copy {
		max-width: 760px;
	}

	.pb-lp-product-gallery {
		width: min(100%, 680px);
		margin: 0 auto;
	}

	.pb-lp-hero__visual {
		min-height: 570px;
	}

	.pb-lp-hero__visual > img {
		width: min(62%, 430px);
	}

	.pb-lp-section-heading,
	.pb-lp-process > .pb-lp-shell,
	.pb-lp-faq__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.pb-lp-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pb-lp-process__intro {
		position: static;
	}

	.pb-lp-final__card {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pb-lp-final__action {
		align-items: flex-start;
		min-width: 0;
	}

	.pb-lp-final__action > strong,
	.pb-lp-final__action .woocommerce-Price-amount {
		text-align: left;
	}
}

@media (max-width: 640px) {
	body.pb-book-landing-page {
		padding-bottom: 78px;
	}

	body.pb-book-landing-page #masthead,
	.pb-lp-shell {
		width: min(100% - 28px, 1180px);
	}

	body.pb-book-landing-page #masthead {
		min-height: 66px;
		padding: 17px 0 !important;
	}

	.pb-lp-hero {
		padding: 40px 0 58px;
	}

	.pb-lp-hero__grid {
		gap: 38px;
	}

	.pb-lp-hero__copy {
		display: block;
		padding-top: 0;
	}

	.pb-lp-hero h1 {
		font-size: clamp(42px, 14vw, 58px) !important;
	}

	.pb-lp-product-gallery__stage {
		border-radius: 18px;
	}

	.pb-lp-product-gallery__thumbs button {
		display: block;
		padding: 5px;
		text-align: center;
	}

	.pb-lp-product-gallery__thumbs img {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.pb-lp-product-gallery__thumbs span {
		display: block;
		margin-top: 6px;
		font-size: 10px;
	}

	.pb-lp-hero-inclusions ul {
		grid-template-columns: 1fr;
	}

	.pb-lp-objections li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.pb-lp-lead {
		font-size: 18px !important;
	}

	.pb-lp-proof {
		display: grid;
		gap: 10px;
	}

	.pb-lp-purchase {
		grid-template-columns: 1fr;
	}

	.pb-lp-purchase .pb-lp-cta {
		width: 100%;
	}

	.pb-lp-payment-note {
		grid-column: 1;
		text-align: left;
	}

	.pb-lp-gift-note {
		margin-top: 20px !important;
	}

	.pb-lp-hero__visual > img {
		width: min(100%, 360px);
		border-radius: 20px;
	}

	.pb-lp-included-badge {
		right: -4px;
		top: 3%;
		width: 98px;
		height: 98px;
	}

	.pb-lp-included-badge strong {
		font-size: 18px;
	}

	.pb-lp-offer,
	.pb-lp-process,
	.pb-lp-faq,
	.pb-lp-final {
		padding: 72px 0;
	}

	.pb-lp-section-heading h2,
	.pb-lp-process h2,
	.pb-lp-faq h2,
	.pb-lp-final h2 {
		font-size: clamp(34px, 11vw, 46px) !important;
	}

	.pb-lp-feature-grid {
		grid-template-columns: 1fr;
	}

	.pb-lp-feature {
		min-height: 0;
		padding: 28px 24px;
	}

	.pb-lp-feature h3 {
		margin-top: 32px !important;
	}

	.pb-lp-steps li {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 16px;
	}

	.pb-lp-steps li > span {
		width: 48px;
		height: 48px;
	}

	.pb-lp-final {
		padding-bottom: 30px;
	}

	.pb-lp-final__card {
		width: 100%;
		border-radius: 0;
		padding: 54px 22px 60px;
	}

	.pb-lp-final__action,
	.pb-lp-final__action .pb-lp-cta {
		width: 100%;
	}

	.pb-lp-mobile-cta {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9997;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 72px;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(18, 51, 66, .14);
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 -8px 24px rgba(18, 51, 66, .13);
		backdrop-filter: blur(12px);
		opacity: 0;
		pointer-events: none;
		transform: translateY(100%);
		visibility: hidden;
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.pb-lp-mobile-cta.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.pb-lp-mobile-cta > div {
		display: flex;
		flex-direction: column;
		min-width: 0;
	}

	.pb-lp-mobile-cta span {
		overflow: hidden;
		color: var(--pb-lp-ink-soft);
		font-size: 12px;
		font-weight: 650;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.pb-lp-mobile-cta strong,
	.pb-lp-mobile-cta .woocommerce-Price-amount {
		color: var(--pb-lp-ink);
		font-size: 19px;
		font-weight: 850;
		line-height: 1.2;
	}

	.pb-lp-mobile-cta a {
		flex: none;
		padding: 13px 16px;
		border-radius: 8px;
		background: var(--pb-lp-sun);
		color: var(--pb-lp-ink) !important;
		font-size: 14px;
		font-weight: 850;
		text-decoration: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pb-lp-cta,
	.pb-lp-faq summary span,
	.pb-lp-mobile-cta {
		transition: none;
	}
}

/* Visual proof: emotional product moment, real video and original messages. */
.pb-lp-gift-visual {
	padding: 42px 0 112px;
	background: var(--pb-lp-paper);
}

.pb-lp-gift-visual__frame {
	position: relative;
	height: clamp(590px, 63vw, 720px);
	border-radius: 28px;
	background: #171716;
	box-shadow: 0 30px 70px rgba(18, 51, 66, .17);
	overflow: hidden;
}

.pb-lp-gift-visual picture,
.pb-lp-gift-visual picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pb-lp-gift-visual picture img {
	object-fit: cover;
	object-position: center;
}

.pb-lp-gift-visual__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 17, 19, .86) 0%, rgba(10, 17, 19, .7) 33%, rgba(10, 17, 19, .08) 63%, transparent 100%);
}

.pb-lp-gift-visual__copy {
	position: absolute;
	bottom: clamp(42px, 7vw, 76px);
	left: clamp(32px, 7vw, 82px);
	z-index: 2;
	width: min(48%, 540px);
	color: #fff;
}

.pb-lp-gift-visual__copy .pb-lp-eyebrow {
	color: #72ead9 !important;
}

.pb-lp-gift-visual__copy h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(39px, 5vw, 64px) !important;
	font-weight: 750 !important;
	letter-spacing: -.045em !important;
	line-height: 1.01 !important;
}

.pb-lp-gift-visual__copy > p:last-of-type {
	max-width: 510px;
	margin: 24px 0 28px !important;
	color: rgba(255, 255, 255, .8) !important;
	font-size: 17px !important;
	line-height: 1.62 !important;
}

.pb-lp-gift-visual__copy .pb-lp-cta {
	width: min(100%, 330px);
}

.pb-lp-gift-visual__copy small {
	display: block;
	margin-top: 13px;
	color: rgba(255, 255, 255, .55);
	font-size: 12px;
	font-weight: 650;
}

.pb-lp-video-proof {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
	gap: 0;
	margin-bottom: 28px;
	border-radius: 24px;
	background: var(--pb-lp-ink);
	box-shadow: 0 24px 54px rgba(18, 51, 66, .16);
	color: #fff;
	overflow: hidden;
	isolation: isolate;
}

.pb-lp-video-proof__media {
	position: relative;
	align-self: stretch;
	min-width: 0;
	min-height: 470px;
	background: #090d0f;
	overflow: hidden;
	z-index: 0;
}

.pb-lp-video-proof__media video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 0;
	max-height: none;
	background: #090d0f;
	object-fit: contain;
}

.pb-lp-video-proof__media > span {
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(18, 51, 66, .84);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.pb-lp-video-proof__copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(34px, 5vw, 58px);
	z-index: 1;
}

.pb-lp-video-proof__label {
	margin: 20px 0 14px !important;
	color: #72ead9 !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase;
}

.pb-lp-video-proof__copy h3 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(27px, 3vw, 39px) !important;
	font-weight: 740 !important;
	letter-spacing: -.035em !important;
	line-height: 1.08 !important;
}

.pb-lp-video-proof__copy blockquote {
	margin: 24px 0 30px;
	color: rgba(255, 255, 255, .72);
	font-size: 15px;
	line-height: 1.65;
}

.pb-lp-video-proof__author {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 !important;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.pb-lp-video-proof__author strong {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.pb-lp-video-proof__author span {
	color: rgba(255, 255, 255, .52);
	font-size: 12px;
	font-weight: 650;
}

.pb-lp-message-proofs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.pb-lp-message-proof {
	margin: 0;
	border: 1px solid var(--pb-lp-line);
	border-radius: 20px;
	background: var(--pb-lp-paper);
	overflow: hidden;
}

.pb-lp-message-proof__shot {
	position: relative;
	aspect-ratio: 1.84;
	border-bottom: 1px solid var(--pb-lp-line);
	background: #f1f3f5;
	overflow: hidden;
}

.pb-lp-message-proof__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.pb-lp-message-proof__shot > span {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--pb-lp-ink);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.pb-lp-message-proof figcaption {
	padding: 28px 30px 30px;
}

.pb-lp-message-proof blockquote {
	margin: 22px 0 26px;
	color: var(--pb-lp-ink);
	font-family: "Satoshi Variable", "Inter", sans-serif;
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 650;
	letter-spacing: -.022em;
	line-height: 1.35;
}

.pb-lp-message-proof figcaption > p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 !important;
	padding-top: 18px;
	border-top: 1px solid var(--pb-lp-line);
}

.pb-lp-message-proof figcaption > p strong {
	font-size: 14px;
	font-weight: 800;
}

.pb-lp-message-proof figcaption > p span {
	color: var(--pb-lp-ink-soft);
	font-size: 12px;
	font-weight: 650;
}

@media (max-width: 960px) {
	.pb-lp-video-proof {
		grid-template-columns: 1fr;
	}

	.pb-lp-video-proof__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 760px) {
	.pb-lp-gift-visual {
		padding: 12px 0 76px;
	}

	.pb-lp-gift-visual__frame {
		display: flex;
		flex-direction: column;
		height: auto;
		aspect-ratio: auto;
		border-radius: 20px;
		background: #0a1113;
	}

	.pb-lp-gift-visual picture {
		position: relative;
		inset: auto;
		flex: 0 0 auto;
		height: clamp(322px, calc(108vw - 38px), 417px);
		overflow: hidden;
	}

	.pb-lp-gift-visual picture img {
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% center;
		transform: scale(1.25);
		transform-origin: 100% center;
	}

	.pb-lp-gift-visual__shade {
		bottom: auto;
		height: clamp(322px, calc(108vw - 38px), 417px);
		background: linear-gradient(180deg, transparent 66%, rgba(10, 17, 19, .3) 84%, #0a1113 100%);
	}

	.pb-lp-gift-visual__copy {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding: 22px 24px 32px;
	}

	.pb-lp-gift-visual__copy h2 {
		font-size: clamp(34px, 10.5vw, 46px) !important;
	}

	.pb-lp-gift-visual__copy > p:last-of-type {
		margin: 18px 0 22px !important;
		font-size: 15px !important;
	}

	.pb-lp-gift-visual__copy .pb-lp-cta {
		width: 100%;
	}

	.pb-lp-message-proofs {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pb-lp-video-proof {
		border-radius: 18px;
	}

	.pb-lp-video-proof__media {
		width: min(100%, 430px);
		margin: 0 auto;
		aspect-ratio: 9 / 16;
	}

	.pb-lp-video-proof__copy {
		padding: 32px 24px 36px;
	}

	.pb-lp-message-proof figcaption {
		padding: 24px;
	}
}

/* Conversion narrative added for the direct-purchase biography landing. */
.pb-lp-why,
.pb-lp-transformation,
.pb-lp-social {
	padding: 108px 0;
}

.pb-lp-has-js [data-pb-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 560ms ease var(--pb-reveal-delay, 0ms), transform 560ms ease var(--pb-reveal-delay, 0ms);
}

.pb-lp-has-js [data-pb-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pb-lp-trust {
	border-bottom: 1px solid var(--pb-lp-line);
	background: #fff;
}

.pb-lp-trust .pb-lp-shell {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 76px;
}

.pb-lp-trust span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 22px;
	border-right: 1px solid var(--pb-lp-line);
	color: var(--pb-lp-ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .035em;
	text-align: center;
	text-transform: uppercase;
}

.pb-lp-trust span:first-child {
	border-left: 1px solid var(--pb-lp-line);
}

.pb-lp-narrative-heading,
.pb-lp-social__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr);
	align-items: end;
	gap: clamp(44px, 8vw, 110px);
	margin-bottom: 64px;
}

.pb-lp-narrative-heading h2,
.pb-lp-transformation__heading h2,
.pb-lp-social__heading h2 {
	max-width: 820px;
	margin: 0 !important;
	font-size: clamp(38px, 4.9vw, 62px) !important;
	font-weight: 750 !important;
	letter-spacing: -.045em !important;
	line-height: 1.02 !important;
}

.pb-lp-narrative-heading > p,
.pb-lp-social__heading > p,
.pb-lp-transformation__heading > p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 18px !important;
	line-height: 1.68 !important;
}

.pb-lp-reason-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--pb-lp-line);
	border-left: 1px solid var(--pb-lp-line);
}

.pb-lp-reason {
	position: relative;
	min-height: 330px;
	padding: 32px;
	border-right: 1px solid var(--pb-lp-line);
	border-bottom: 1px solid var(--pb-lp-line);
	background: rgba(255, 255, 255, .38);
}

.pb-lp-reason:nth-child(2) {
	background: #fff;
}

.pb-lp-reason__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--pb-lp-ink);
	color: #fff;
}

.pb-lp-reason__icon svg {
	width: 27px;
	height: 27px;
}

.pb-lp-reason__number {
	position: absolute;
	top: 36px;
	right: 32px;
	color: rgba(18, 51, 66, .3);
	font-size: 14px;
	font-weight: 850;
	letter-spacing: .08em;
}

.pb-lp-reason h3 {
	max-width: 280px;
	margin: 70px 0 14px !important;
	font-size: 25px !important;
	font-weight: 750 !important;
	letter-spacing: -.025em !important;
	line-height: 1.15 !important;
}

.pb-lp-reason p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 16px !important;
	line-height: 1.62 !important;
}

.pb-lp-transformation {
	background: var(--pb-lp-cream);
}

.pb-lp-transformation__heading {
	max-width: 850px;
	margin-bottom: 58px;
}

.pb-lp-transformation__heading > p {
	max-width: 720px;
	margin-top: 24px !important;
}

.pb-lp-transform-demo {
	display: grid;
	grid-template-columns: minmax(0, .88fr) 140px minmax(0, 1fr);
	align-items: stretch;
	min-height: 490px;
}

.pb-lp-memory-card,
.pb-lp-book-page {
	position: relative;
	padding: clamp(28px, 4vw, 46px);
	box-shadow: 0 24px 50px rgba(18, 51, 66, .12);
}

.pb-lp-memory-card {
	align-self: center;
	min-height: 380px;
	border-radius: 22px;
	background: var(--pb-lp-ink);
	color: #fff;
	transform: rotate(-1.1deg);
}

.pb-lp-book-page {
	padding-bottom: clamp(58px, 5vw, 70px);
	border: 1px solid rgba(18, 51, 66, .12);
	background:
		linear-gradient(90deg, rgba(18, 51, 66, .035) 1px, transparent 1px) 0 0 / 26px 26px,
		#fffdf7;
	transform: rotate(.8deg);
}

.pb-lp-book-page::before {
	content: "";
	position: absolute;
	top: 14px;
	right: -9px;
	bottom: -10px;
	left: 12px;
	z-index: -1;
	border: 1px solid rgba(18, 51, 66, .12);
	background: #f7f0e2;
}

.pb-lp-demo-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pb-lp-memory-card .pb-lp-demo-label {
	border-color: rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .68);
}

.pb-lp-book-page .pb-lp-demo-label {
	border-color: var(--pb-lp-line);
	color: rgba(18, 51, 66, .52);
}

.pb-lp-demo-label small {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: none;
}

.pb-lp-demo-question {
	margin: 34px 0 16px !important;
	color: #72ead9 !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.45 !important;
}

.pb-lp-memory-card blockquote {
	position: relative;
	margin: 0;
	color: #fff;
	font-family: "Satoshi Variable", "Inter", sans-serif;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 580;
	letter-spacing: -.02em;
	line-height: 1.35;
}

.pb-lp-memory-card blockquote::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: .92em;
	margin-left: 5px;
	border-radius: 2px;
	background: #72ead9;
	opacity: 0;
	vertical-align: -.08em;
}

.pb-lp-memory-card__meta {
	position: absolute;
	right: 40px;
	bottom: 32px;
	left: 40px;
	display: flex;
	align-items: center;
	gap: 9px;
}

.pb-lp-memory-card__meta kbd {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .24);
	color: #72ead9;
	font-family: "Satoshi Variable", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 850;
}

.pb-lp-memory-card__meta em {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
}

.pb-lp-transform-bridge {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: var(--pb-lp-teal-dark);
	text-align: center;
}

.pb-lp-transform-thinking {
	display: flex;
	align-items: center;
	gap: 7px;
	max-height: 0;
	margin-top: 0;
	padding-top: 0;
	overflow: hidden;
	opacity: 0;
}

.pb-lp-transform-status {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pb-lp-transform-thinking i {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--pb-lp-teal-dark);
}

.pb-lp-transform-status > span {
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.pb-lp-transform-bridge svg {
	width: 78px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pb-lp-transform-bridge small {
	max-width: 100px;
	color: var(--pb-lp-ink-soft);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
}

.pb-lp-book-page__chapter {
	margin: 46px 0 12px !important;
	color: var(--pb-lp-rust) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: .13em !important;
}

.pb-lp-book-page h3 {
	max-width: 420px;
	margin: 0 0 26px !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(31px, 3.2vw, 43px) !important;
	font-weight: 500 !important;
	letter-spacing: -.035em !important;
	line-height: 1.04 !important;
}

.pb-lp-book-page__copy {
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 17px !important;
	line-height: 1.8 !important;
}

.pb-lp-book-page__copy::first-letter {
	float: left;
	margin: 8px 7px 0 0;
	color: var(--pb-lp-rust);
	font-size: 52px;
	line-height: .7;
}

.pb-lp-book-page__folio {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	color: rgba(18, 51, 66, .45);
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 12px;
	text-align: center;
}

.pb-lp-transform-demo.is-structured .pb-lp-transform-bridge svg path {
	stroke-dasharray: 90;
	stroke-dashoffset: 90;
	animation: pb-lp-draw-arrow 680ms ease 80ms forwards;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card {
	opacity: 0;
	transform: translateX(-26px) rotate(-1.1deg);
	transition: opacity 620ms ease, transform 720ms cubic-bezier(.2, .72, .2, 1);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-card-visible .pb-lp-memory-card {
	opacity: 1;
	transform: translateX(0) rotate(-1.1deg);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-demo-question,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card blockquote,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card__meta {
	opacity: 0;
	transform: translateY(9px);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-demo-question,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card blockquote {
	transition: opacity 440ms ease, transform 520ms ease;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-question-visible .pb-lp-demo-question,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-answer-visible .pb-lp-memory-card blockquote,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-sent .pb-lp-memory-card__meta {
	opacity: 1;
	transform: translateY(0);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-answer-visible:not(.is-sent) .pb-lp-memory-card blockquote::after {
	animation: pb-lp-type-cursor 760ms steps(1, end) infinite;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card__meta {
	transition: opacity 300ms ease, transform 360ms ease;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-sent .pb-lp-memory-card__meta kbd {
	animation: pb-lp-enter-press 420ms ease both;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-status > span,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-bridge > svg,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-bridge > small {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 420ms ease, transform 520ms ease;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-thinking .pb-lp-transform-thinking {
	max-height: 20px;
	margin-top: 2px;
	padding-top: 6px;
	opacity: 1;
	transition: max-height 300ms ease, margin-top 300ms ease, padding-top 300ms ease, opacity 240ms ease;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-thinking .pb-lp-transform-status > span {
	opacity: 1;
	transform: translateY(0);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-thinking:not(.is-structured) .pb-lp-transform-thinking i {
	animation: pb-lp-thinking-dot 780ms ease-in-out infinite;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-thinking .pb-lp-transform-thinking i:nth-child(2) {
	animation-delay: 130ms;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-thinking .pb-lp-transform-thinking i:nth-child(3) {
	animation-delay: 260ms;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-structured .pb-lp-transform-thinking {
	max-height: 0;
	margin-top: 0;
	padding-top: 0;
	opacity: 0;
	transition: max-height 260ms ease, margin-top 260ms ease, padding-top 260ms ease, opacity 180ms ease;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-structured .pb-lp-transform-status > span,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-structured .pb-lp-transform-bridge > svg,
.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-structured .pb-lp-transform-bridge > small {
	opacity: 1;
	transform: translateY(0);
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-book-page {
	opacity: 0;
	visibility: hidden;
	filter: blur(3px);
	transform: translateX(24px) rotate(.8deg);
	transition: opacity 760ms ease, filter 800ms ease, transform 880ms cubic-bezier(.2, .72, .2, 1), visibility 0s linear 880ms;
}

.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-complete .pb-lp-book-page {
	opacity: 1;
	visibility: visible;
	filter: blur(0);
	transform: translateX(0) rotate(.8deg);
	transition-delay: 0s;
}

@keyframes pb-lp-type-cursor {
	0%, 46% { opacity: 1; }
	47%, 100% { opacity: 0; }
}

@keyframes pb-lp-enter-press {
	0% { transform: translateY(0); box-shadow: 0 2px 0 rgba(0, 0, 0, .24); }
	45% { transform: translateY(2px); box-shadow: 0 0 0 rgba(0, 0, 0, .24); background: rgba(114, 234, 217, .2); }
	100% { transform: translateY(0); box-shadow: 0 2px 0 rgba(0, 0, 0, .24); }
}

@keyframes pb-lp-thinking-dot {
	0%, 70%, 100% { opacity: .28; transform: translateY(0); }
	35% { opacity: 1; transform: translateY(-5px); }
}

@keyframes pb-lp-draw-arrow {
	to { stroke-dashoffset: 0; }
}

.pb-lp-inline-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 48px;
	padding-top: 30px;
	border-top: 1px solid rgba(18, 51, 66, .18);
}

.pb-lp-inline-action p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 15px !important;
	font-weight: 650 !important;
}

.pb-lp-inline-action .pb-lp-text-link {
	margin-top: 0;
}

/* Animated product journey. */
.pb-lp-process {
	position: relative;
	padding: 112px 0;
	background:
		radial-gradient(circle at 87% 18%, rgba(0, 168, 144, .16), transparent 26%),
		linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px) 0 0 / 44px 44px,
		linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px) 0 0 / 44px 44px,
		var(--pb-lp-ink);
	color: #fff;
}

.pb-lp-process > .pb-lp-shell {
	display: block;
}

.pb-lp-process__intro {
	position: static;
	max-width: 800px;
	margin-bottom: 66px;
}

.pb-lp-process__intro .pb-lp-eyebrow {
	color: #72ead9 !important;
}

.pb-lp-process__intro h2 {
	color: #fff !important;
}

.pb-lp-process__intro > p:last-of-type {
	max-width: 650px;
	margin-top: 22px !important;
	color: rgba(255, 255, 255, .72) !important;
}

.pb-lp-process-renderings {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 28px);
}

.pb-lp-process-rendering {
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 22px;
	background: #fdf8ee;
	box-shadow: 0 28px 58px rgba(0, 0, 0, .2);
	color: var(--pb-lp-ink);
	overflow: hidden;
}

.pb-lp-process-rendering__media {
	aspect-ratio: 3 / 2;
	background: #e7dfd1;
	overflow: hidden;
}

.pb-lp-process-rendering__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-lp-process-rendering__copy {
	min-height: 220px;
	padding: 30px 28px 32px;
}

.pb-lp-process-rendering__copy > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--pb-lp-rust);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
}

.pb-lp-process-rendering__copy h3 {
	margin: 0 0 12px !important;
	color: var(--pb-lp-ink) !important;
	font-size: clamp(22px, 2vw, 28px) !important;
	font-weight: 780 !important;
	letter-spacing: -.025em !important;
	line-height: 1.12 !important;
}

.pb-lp-process-rendering__copy p {
	margin: 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 15px !important;
	line-height: 1.58 !important;
}

@media (min-width: 761px) {
	.pb-lp-process__experience {
		display: none !important;
	}
}

.pb-lp-process__experience {
	display: grid;
	grid-template-columns: minmax(360px, .72fr) minmax(520px, 1fr);
	align-items: start;
	gap: clamp(50px, 7vw, 100px);
}

.pb-lp-process .pb-lp-steps {
	display: block;
	margin: 0;
	padding: 0;
}

.pb-lp-process .pb-lp-steps li {
	display: block;
	padding: 0;
	border: 0;
}

.pb-lp-steps button {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 20px;
	width: 100%;
	padding: 24px 10px 24px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	text-align: left;
	transition: padding 180ms ease, background 180ms ease;
}

.pb-lp-steps button:hover,
.pb-lp-steps button:focus-visible,
.pb-lp-steps button.is-active {
	padding-left: 14px;
	background: rgba(255, 255, 255, .075);
}

.pb-lp-steps button:focus-visible {
	outline: 3px solid var(--pb-lp-sun);
	outline-offset: 3px;
}

.pb-lp-steps button > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	background: transparent;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
	font-weight: 850;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pb-lp-steps button.is-active > span {
	border-color: var(--pb-lp-rust);
	background: var(--pb-lp-rust);
	color: #fff;
}

.pb-lp-steps button h3 {
	margin: 0 0 7px !important;
	color: #fff !important;
	font-size: 21px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
}

.pb-lp-steps button p {
	margin: 0 !important;
	color: rgba(255, 255, 255, .6) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.pb-lp-process-stage {
	position: sticky;
	top: 30px;
	min-height: 560px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 24px;
	background: #fdf8ee;
	box-shadow: 0 34px 70px rgba(0, 0, 0, .3);
	color: var(--pb-lp-ink);
	overflow: hidden;
}

.pb-lp-process-stage__bar {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 50px;
	padding: 0 18px;
	border-bottom: 1px solid var(--pb-lp-line);
	background: #fff;
}

.pb-lp-process-stage__bar i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e5dcca;
}

.pb-lp-process-stage__bar i:first-child {
	background: var(--pb-lp-rust);
}

.pb-lp-process-stage__bar span {
	margin-left: auto;
	color: var(--pb-lp-ink);
	font-family: "Satoshi Variable", "Inter", sans-serif !important;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: -.02em;
}

.pb-lp-scene {
	min-height: 500px;
	padding: clamp(30px, 5vw, 54px);
}

.pb-lp-scene[hidden] {
	display: none !important;
}

.pb-lp-scene.is-active {
	animation: pb-lp-scene-in 420ms ease both;
}

@keyframes pb-lp-scene-in {
	from { opacity: 0; transform: translateY(12px) scale(.99); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.pb-lp-scene__eyebrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 34px;
	color: var(--pb-lp-teal-dark);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .11em;
}

.pb-lp-scene__eyebrow > span {
	padding: 5px 9px;
	border-radius: 20px;
	background: rgba(0, 168, 144, .1);
	font-size: 10px;
	letter-spacing: .04em;
}

.pb-lp-receipt {
	max-width: 430px;
	margin: 38px auto 0;
	padding: 36px;
	border: 1px solid var(--pb-lp-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(18, 51, 66, .1);
	text-align: center;
}

.pb-lp-receipt__check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: var(--pb-lp-teal);
	color: #fff;
	font-size: 28px;
	font-weight: 850;
}

.pb-lp-receipt h3,
.pb-lp-question-ui h3,
.pb-lp-editor-ui h3,
.pb-lp-delivery-ui h3 {
	margin: 0 !important;
	font-size: 25px !important;
	font-weight: 780 !important;
	letter-spacing: -.025em !important;
	line-height: 1.17 !important;
}

.pb-lp-receipt > p {
	margin: 12px 0 28px !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.pb-lp-receipt > div:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--pb-lp-line);
	text-align: left;
}

.pb-lp-receipt > div:last-child span {
	font-size: 13px;
	font-weight: 700;
}

.pb-lp-receipt > div:last-child strong,
.pb-lp-receipt > div:last-child .woocommerce-Price-amount {
	font-size: 19px;
	font-weight: 850;
}

.pb-lp-question-ui {
	max-width: 455px;
	margin: 55px auto 0;
}

.pb-lp-question-ui__bot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 15px;
	border-radius: 50%;
	background: var(--pb-lp-ink);
	color: #fff;
	font-size: 18px;
	font-weight: 850;
}

.pb-lp-question-ui > p {
	max-width: 390px;
	margin: 0 0 24px !important;
	padding: 18px 20px;
	border-radius: 4px 18px 18px 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(18, 51, 66, .09);
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.pb-lp-question-ui__answer {
	margin-left: 58px;
	padding: 18px 20px;
	border-radius: 18px 4px 18px 18px;
	background: #dff7f1;
	color: var(--pb-lp-ink-soft);
	font-size: 15px;
	line-height: 1.55;
}

.pb-lp-mini-spread {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 470px;
	min-height: 330px;
	margin: 38px auto 0;
	perspective: 900px;
}

.pb-lp-mini-spread > div {
	padding: 38px 28px;
	border: 1px solid rgba(18, 51, 66, .13);
	background: #fff;
	box-shadow: 0 18px 35px rgba(18, 51, 66, .12);
}

.pb-lp-mini-spread > div:first-child {
	transform: rotateY(7deg);
	transform-origin: right;
}

.pb-lp-mini-spread > div:last-child {
	transform: rotateY(-7deg);
	transform-origin: left;
}

.pb-lp-mini-spread small {
	color: var(--pb-lp-rust);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .1em;
}

.pb-lp-mini-spread h3 {
	min-height: 80px;
	margin: 16px 0 28px !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 23px !important;
	font-weight: 500 !important;
	line-height: 1.12 !important;
}

.pb-lp-mini-spread i {
	display: block;
	height: 5px;
	margin-top: 9px;
	background: rgba(18, 51, 66, .12);
}

.pb-lp-mini-spread i:nth-of-type(2) { width: 88%; }
.pb-lp-mini-spread i:nth-of-type(3) { width: 94%; }
.pb-lp-mini-spread i:nth-of-type(4) { width: 72%; }

.pb-lp-editor-ui {
	max-width: 470px;
	margin: 35px auto 0;
	padding: 0 30px 30px;
	border: 1px solid var(--pb-lp-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(18, 51, 66, .1);
}

.pb-lp-editor-ui__tools {
	display: flex;
	gap: 18px;
	margin: 0 -30px 30px;
	padding: 14px 20px;
	border-bottom: 1px solid var(--pb-lp-line);
	color: var(--pb-lp-ink-soft);
}

.pb-lp-editor-ui > p {
	margin: 15px 0 24px !important;
	color: var(--pb-lp-ink-soft) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 16px !important;
	line-height: 1.72 !important;
}

.pb-lp-editor-ui mark {
	background: rgba(247, 190, 56, .28);
	color: inherit;
}

.pb-lp-editor-ui > button {
	padding: 10px 14px;
	border: 0;
	border-radius: 8px;
	background: var(--pb-lp-teal);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.pb-lp-delivery-ui {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	max-width: 500px;
	margin: 18px auto 0;
}

.pb-lp-delivery-ui img {
	width: 100%;
	height: 330px;
	border-radius: 13px;
	box-shadow: 0 18px 32px rgba(18, 51, 66, .2);
	object-fit: cover;
}

.pb-lp-delivery-ui > div > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--pb-lp-teal);
	color: #fff;
	font-size: 22px;
	font-weight: 850;
}

.pb-lp-delivery-ui p {
	margin: 12px 0 0 !important;
	color: var(--pb-lp-ink-soft) !important;
	font-size: 14px !important;
	line-height: 1.58 !important;
}

.pb-lp-process-stage__progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: rgba(18, 51, 66, .1);
}

.pb-lp-process-stage__progress span {
	display: block;
	width: 20%;
	height: 100%;
	background: var(--pb-lp-teal);
	transition: width 360ms ease;
}

.pb-lp-process__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 360px;
	margin: 58px auto 0;
}

.pb-lp-process__action .pb-lp-cta {
	width: 100%;
}

.pb-lp-process__action small {
	margin-top: 12px;
	color: rgba(255, 255, 255, .56);
	font-size: 12px;
	font-weight: 650;
}

/* Honest platform-level social proof. */
.pb-lp-social {
	background: #fff;
}

.pb-lp-testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--pb-lp-line);
	border-left: 1px solid var(--pb-lp-line);
}

.pb-lp-testimonial {
	display: flex;
	flex-direction: column;
	min-height: 350px;
	margin: 0;
	padding: 34px 32px;
	border-right: 1px solid var(--pb-lp-line);
	border-bottom: 1px solid var(--pb-lp-line);
	background: #fff;
}

.pb-lp-testimonial:nth-child(2) {
	background: var(--pb-lp-paper);
}

.pb-lp-stars {
	display: flex;
	gap: 3px;
}

.pb-lp-stars span {
	color: rgba(18, 51, 66, .18);
	font-size: 17px;
}

.pb-lp-stars span.is-on {
	color: var(--pb-lp-sun);
}

.pb-lp-testimonial blockquote {
	margin: 52px 0 36px;
	color: var(--pb-lp-ink);
	font-family: "Satoshi Variable", "Inter", sans-serif;
	font-size: 21px;
	font-weight: 650;
	letter-spacing: -.018em;
	line-height: 1.45;
}

.pb-lp-testimonial figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--pb-lp-line);
}

.pb-lp-testimonial figcaption strong {
	font-size: 14px;
	font-weight: 800;
}

.pb-lp-testimonial figcaption span {
	color: var(--pb-lp-ink-soft);
	font-size: 12px;
	font-weight: 650;
}

.pb-lp-social__note {
	margin: 18px 0 0 !important;
	color: rgba(18, 51, 66, .55) !important;
	font-size: 12px !important;
	text-align: right;
}

/* Offer and direct checkout. */
.pb-lp-offer {
	background: var(--pb-lp-paper);
}

.pb-lp-offer__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, .62fr);
	align-items: start;
	gap: 34px;
}

.pb-lp-offer .pb-lp-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-lp-offer .pb-lp-feature {
	min-height: 255px;
	padding: 30px 26px;
}

.pb-lp-offer .pb-lp-feature h3 {
	margin-top: 38px !important;
}

.pb-lp-buybox {
	position: sticky;
	top: 30px;
	padding: 42px;
	border-radius: 24px;
	background:
		linear-gradient(140deg, transparent 66%, rgba(247, 190, 56, .14) 66%),
		var(--pb-lp-ink);
	box-shadow: 0 22px 44px rgba(18, 51, 66, .16);
	color: #fff;
}

.pb-lp-buybox__label {
	margin: 0 0 15px !important;
	color: #72ead9 !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: .12em !important;
}

.pb-lp-buybox h3 {
	margin: 0 !important;
	color: #fff !important;
	font-size: 30px !important;
	font-weight: 750 !important;
	letter-spacing: -.035em !important;
	line-height: 1.1 !important;
}

.pb-lp-buybox ul {
	display: grid;
	gap: 11px;
	margin: 30px 0;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	list-style: none;
}

.pb-lp-buybox li {
	position: relative;
	padding-left: 25px;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 1.45;
}

.pb-lp-buybox li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #72ead9;
	font-weight: 850;
}

.pb-lp-buybox__price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.pb-lp-buybox__price > span {
	padding-bottom: 4px;
	color: rgba(255, 255, 255, .62);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.pb-lp-buybox__price strong,
.pb-lp-buybox__price .woocommerce-Price-amount {
	color: #fff;
	font-size: 36px;
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1;
}

.pb-lp-buybox .pb-lp-cta {
	width: 100%;
}

.pb-lp-buybox > small {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 650;
	text-align: center;
}

.pb-lp-faq {
	background: #fffdf8;
}

.pb-lp-final {
	padding-top: 60px;
}

@media (max-width: 960px) {
	.pb-lp-narrative-heading,
	.pb-lp-social__heading {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pb-lp-reason-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pb-lp-reason:last-child {
		grid-column: 1 / -1;
		min-height: 270px;
	}

	.pb-lp-transform-demo {
		grid-template-columns: 1fr 100px 1fr;
	}

	.pb-lp-process__experience,
	.pb-lp-offer__layout {
		grid-template-columns: 1fr;
	}

	.pb-lp-process-stage,
	.pb-lp-buybox {
		position: static;
	}

	.pb-lp-process-stage {
		order: -1;
	}

	.pb-lp-process .pb-lp-steps {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 20px;
	}

	.pb-lp-testimonials {
		grid-template-columns: 1fr 1fr;
	}

	.pb-lp-testimonial:last-child {
		grid-column: 1 / -1;
		min-height: 280px;
	}

	.pb-lp-buybox {
		max-width: 620px;
		margin: 20px auto 0;
	}
}

@media (max-width: 760px) {
	html.pb-lp-mobile-sequence-lock,
	html.pb-lp-mobile-sequence-lock body {
		overscroll-behavior: none;
	}

	html.pb-lp-mobile-sequence-lock body {
		touch-action: none;
	}

	.pb-lp-why,
	.pb-lp-transformation,
	.pb-lp-social {
		padding: 76px 0;
	}

	.pb-lp-trust .pb-lp-shell {
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.pb-lp-trust span {
		min-height: 66px;
		padding: 14px 10px;
		border-bottom: 1px solid var(--pb-lp-line);
		font-size: 11px;
	}

	.pb-lp-trust span:first-child {
		border-left: 0;
	}

	.pb-lp-trust span:nth-child(2n) {
		border-right: 0;
	}

	.pb-lp-reason-grid,
	.pb-lp-testimonials,
	.pb-lp-offer .pb-lp-feature-grid,
	.pb-lp-process .pb-lp-steps {
		grid-template-columns: 1fr;
	}

	.pb-lp-reason:last-child,
	.pb-lp-testimonial:last-child {
		grid-column: auto;
	}

	.pb-lp-reason {
		min-height: 280px;
	}

	.pb-lp-narrative-heading,
	.pb-lp-social__heading {
		margin-bottom: 42px;
	}

	.pb-lp-narrative-heading h2,
	.pb-lp-transformation__heading h2,
	.pb-lp-social__heading h2 {
		font-size: clamp(34px, 10.5vw, 46px) !important;
	}

	.pb-lp-transform-demo {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
	}

	.pb-lp-memory-card,
	.pb-lp-book-page {
		transform: none;
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card {
		transform: translateY(18px);
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-card-visible .pb-lp-memory-card,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-complete .pb-lp-book-page {
		transform: none;
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-book-page {
		transform: translateY(22px);
	}

	.pb-lp-transform-bridge {
		min-height: 148px;
		gap: 10px;
	}

	.pb-lp-transform-bridge svg {
		width: 52px;
		height: 52px;
		transform: rotate(90deg);
		transform-origin: center;
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-bridge > svg {
		transform: translateY(8px) rotate(90deg);
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready.is-structured .pb-lp-transform-bridge > svg {
		transform: translateY(0) rotate(90deg);
	}

	.pb-lp-inline-action {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.pb-lp-process {
		padding: 80px 0;
	}

	.pb-lp-process-renderings {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.pb-lp-process-rendering__copy {
		min-height: 0;
		padding: 26px 24px 30px;
	}

	.pb-lp-process__experience {
		display: none !important;
	}

	.pb-lp-process__intro {
		margin-bottom: 42px;
	}

	.pb-lp-process__experience {
		gap: 32px;
	}

	.pb-lp-process-stage {
		min-height: 480px;
		border-radius: 17px;
	}

	.pb-lp-scene {
		min-height: 425px;
		padding: 28px 20px;
	}

	.pb-lp-receipt {
		margin-top: 20px;
		padding: 26px 20px;
	}

	.pb-lp-question-ui {
		margin-top: 30px;
	}

	.pb-lp-question-ui__answer {
		margin-left: 25px;
	}

	.pb-lp-mini-spread {
		min-height: 290px;
		margin-top: 20px;
	}

	.pb-lp-mini-spread > div {
		padding: 28px 15px;
	}

	.pb-lp-mini-spread h3 {
		font-size: 18px !important;
	}

	.pb-lp-editor-ui {
		margin-top: 20px;
		padding: 0 20px 24px;
	}

	.pb-lp-editor-ui__tools {
		margin: 0 -20px 24px;
	}

	.pb-lp-delivery-ui {
		grid-template-columns: 130px minmax(0, 1fr);
		gap: 20px;
	}

	.pb-lp-delivery-ui img {
		height: 250px;
	}

	.pb-lp-steps button {
		padding-right: 0;
	}

	.pb-lp-testimonial,
	.pb-lp-testimonial:last-child {
		min-height: 300px;
	}

	.pb-lp-social__note {
		text-align: left;
	}

	.pb-lp-offer__layout {
		gap: 18px;
	}

	.pb-lp-buybox {
		padding: 34px 24px;
		border-radius: 18px;
	}
}

@media (max-width: 640px) {
	.pb-lp-hero h1 {
		font-size: clamp(38px, 11.5vw, 50px) !important;
	}

	.pb-lp-hero__visual {
		min-height: 520px;
	}

	.pb-lp-included-badge {
		width: 104px;
		height: 104px;
	}

	.pb-lp-included-badge strong {
		font-size: 16px;
	}

	.pb-lp-memory-card blockquote {
		font-size: 22px;
	}

	.pb-lp-book-page {
		padding-bottom: 62px;
	}

	.pb-lp-book-page__copy {
		font-size: 16px !important;
	}

	.pb-lp-buybox__price {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pb-lp-has-js [data-pb-reveal],
	.pb-lp-has-js [data-pb-reveal].is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.pb-lp-transform-demo.is-visible .pb-lp-transform-bridge svg path,
	.pb-lp-transform-demo.is-structured .pb-lp-transform-bridge svg path,
	.pb-lp-scene.is-active {
		animation: none;
	}

	.pb-lp-transform-demo.is-structured .pb-lp-transform-bridge svg path {
		stroke-dasharray: none;
		stroke-dashoffset: 0;
	}

	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-demo-question,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card blockquote,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-memory-card__meta,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-status > span,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-bridge > svg,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-transform-bridge > small,
	.pb-lp-has-js .pb-lp-transform-demo.is-sequence-ready .pb-lp-book-page {
		transition: none;
	}

	.pb-lp-process-stage__progress span,
	.pb-lp-steps button,
	.pb-lp-steps button > span {
		transition: none;
	}
}
