/*
 * PHONKLAI Assisted Stretching & Massage Therapy page.
 * Presentation only: all customer-facing content remains in native Elementor widgets.
 */

.pk-stretch-page {
	--pk-st-ink: #10241f;
	--pk-st-green: #004b3d;
	--pk-st-green-deep: #00382f;
	--pk-st-sage: #b8c9a7;
	--pk-st-acid: #d8ea72;
	--pk-st-ivory: #f6f3ea;
	--pk-st-warm: #ece8db;
	--pk-st-white: #ffffff;
	--pk-st-muted: #5d6a65;
	--pk-st-line: rgba(16, 36, 31, 0.18);
	--pk-st-shell: min(100% - 96px, 1320px);
	width: 100%;
	max-width: none !important;
	overflow: clip;
	background: var(--pk-st-ivory);
	color: var(--pk-st-ink);
}

.pk-stretch-page,
.pk-stretch-page * {
	box-sizing: border-box;
}

.pk-stretch-page > .e-con-inner,
.pk-stretch-page > .elementor-container {
	max-width: none !important;
	width: 100% !important;
}

.pk-stretch-page :is(h1, h2, h3, p) {
	margin-block: 0;
}

.pk-stretch-page .elementor-widget-heading,
.pk-stretch-page .elementor-widget-text-editor,
.pk-stretch-page .elementor-widget-image,
.pk-stretch-page .elementor-widget-icon,
.pk-stretch-page .elementor-widget-icon-box,
.pk-stretch-page .elementor-widget-button {
	margin-block-end: 0;
}

.pk-stretch-page .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.pk-stretch-page .elementor-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	line-height: 1.15;
}

.pk-stretch-page .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.15;
}

.pk-stretch-page .elementor-button-text,
.pk-stretch-page .elementor-button-icon {
	display: inline-flex;
	align-items: center;
	line-height: 1.15;
}

.pk-stretch-page a:focus-visible,
.pk-stretch-page button:focus-visible {
	outline: 3px solid var(--pk-st-acid);
	outline-offset: 4px;
}

.pk-stretch-page .pk-st-eyebrow .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-section-number .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(58px, 6.5vw, 104px);
	font-weight: 300;
	line-height: 0.78;
	letter-spacing: -0.07em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 75, 61, 0.42);
}

/* Hero */
.pk-stretch-page .pk-st-hero {
	position: relative;
	width: 100%;
	max-width: none !important;
	min-height: min(820px, calc(100svh - 112px));
	background:
		linear-gradient(90deg, rgba(216, 234, 114, 0.18) 0 1px, transparent 1px) 6.5vw 0 / 92px 100%,
		var(--pk-st-ivory);
}

.pk-stretch-page .pk-st-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-hero-copy {
	position: relative;
	z-index: 3;
	width: 51%;
	min-width: 0;
	justify-content: center;
	padding: clamp(76px, 7vw, 118px) clamp(54px, 6vw, 112px) clamp(48px, 5vw, 82px) max(48px, calc((100vw - 1320px) / 2));
}

.pk-stretch-page .pk-st-hero-eyebrow {
	margin-bottom: 30px;
}

.pk-stretch-page .pk-st-hero-eyebrow--coming-soon {
	width: fit-content;
	padding: 9px 13px 8px;
	border: 1px solid rgba(4, 62, 50, 0.16);
	border-radius: 999px;
	background: #e0b95a;
}

.pk-stretch-page .pk-st-hero-eyebrow--coming-soon .elementor-heading-title {
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-hero-title {
	max-width: 680px;
}

.pk-stretch-page .pk-st-hero-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(62px, 6.2vw, 104px);
	font-weight: 640;
	line-height: 0.91;
	letter-spacing: -0.067em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-hero-text {
	max-width: 610px;
	margin-top: 30px;
}

.pk-stretch-page .pk-st-hero-text p {
	font-family: "Arial", sans-serif;
	font-size: clamp(18px, 1.55vw, 23px);
	font-weight: 400;
	line-height: 1.52;
	letter-spacing: -0.02em;
	color: #45544f;
}

.pk-stretch-page .pk-st-hero-buttons {
	margin-top: 38px;
}

.pk-stretch-page .pk-st-button .elementor-button {
	min-height: 58px;
	padding: 16px 25px;
	border: 1px solid var(--pk-st-green);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 750;
	letter-spacing: -0.01em;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.pk-stretch-page .pk-st-button--primary .elementor-button {
	background: var(--pk-st-green);
	color: var(--pk-st-white);
	box-shadow: 0 15px 34px rgba(0, 75, 61, 0.18);
}

.pk-stretch-page .pk-st-button--outline .elementor-button {
	background: transparent;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-button .elementor-button:hover {
	transform: translateY(-2px);
}

.pk-stretch-page .pk-st-button--outline .elementor-button:hover {
	background: var(--pk-st-green);
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-hero-facts {
	width: min(100%, 640px);
	margin-top: clamp(42px, 6vh, 70px);
	border-top: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-hero-fact {
	padding: 14px 0;
	border-bottom: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-hero-fact .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 38px 1fr;
	column-gap: 14px;
	align-items: center;
	text-align: left;
}

.pk-stretch-page .pk-st-hero-fact .elementor-icon-box-icon {
	grid-row: 1 / span 2;
	margin: 0;
}

.pk-stretch-page .pk-st-hero-fact .elementor-icon {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(0, 75, 61, 0.35);
	border-radius: 50%;
	font-size: 15px;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-hero-fact .elementor-icon-box-title {
	margin: 0 0 2px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-hero-fact .elementor-icon-box-description {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-hero-media {
	position: relative;
	width: 49%;
	min-width: 0;
	overflow: hidden;
	background: var(--pk-st-green);
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

.pk-stretch-page .pk-st-hero-media::after {
	content: "";
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 56, 47, 0.02), rgba(0, 56, 47, 0.38));
}

.pk-stretch-page .pk-st-hero-image,
.pk-stretch-page .pk-st-hero-image .elementor-widget-container,
.pk-stretch-page .pk-st-hero-image img {
	width: 100%;
	height: 100%;
}

.pk-stretch-page .pk-st-hero-image img {
	display: block;
	object-fit: cover;
	object-position: 52% 50%;
	filter: saturate(0.88) contrast(1.02);
}

.pk-stretch-page .pk-st-hero-word {
	position: absolute;
	z-index: 3;
	right: -0.04em;
	top: 15%;
	pointer-events: none;
}

.pk-stretch-page .pk-st-hero-word .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(108px, 13vw, 220px);
	font-weight: 800;
	line-height: 0.78;
	letter-spacing: -0.09em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.48);
	transform: rotate(-90deg) translateY(60%);
	transform-origin: 100% 0;
}

.pk-stretch-page .pk-st-hero-label {
	position: absolute;
	z-index: 4;
	right: clamp(22px, 3vw, 52px);
	bottom: clamp(24px, 4vw, 56px);
	width: min(300px, calc(100% - 54px));
	padding: 18px 20px;
	border-left: 4px solid var(--pk-st-acid);
	background: rgba(0, 56, 47, 0.84);
	backdrop-filter: blur(8px);
}

.pk-stretch-page .pk-st-hero-label-index .elementor-heading-title,
.pk-stretch-page .pk-st-hero-label-copy .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: 0.13em;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-hero-label-copy .elementor-heading-title {
	font-size: 10px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.72);
}

/* Treatment rhythm */
.pk-stretch-page .pk-st-rhythm {
	position: relative;
	width: 100%;
	max-width: none !important;
	padding: clamp(88px, 9vw, 144px) max(48px, calc((100vw - 1320px) / 2));
	background: var(--pk-st-white);
}

.pk-stretch-page .pk-st-rhythm::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
	height: 9px;
	background: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-rhythm-heading {
	width: 100%;
	max-width: 1120px;
}

.pk-stretch-page .pk-st-rhythm-heading-copy {
	max-width: 780px;
}

.pk-stretch-page .pk-st-rhythm-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(42px, 4.9vw, 76px);
	font-weight: 620;
	line-height: 0.98;
	letter-spacing: -0.055em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-rhythm-text {
	max-width: 690px;
	margin-top: 22px;
}

.pk-stretch-page .pk-st-rhythm-text p {
	font-family: "Arial", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-stage-track {
	position: relative;
	width: 100%;
	margin-top: clamp(60px, 7vw, 92px);
	border-top: 1px solid var(--pk-st-line);
	border-bottom: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-stage-track::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -7px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--pk-st-green);
	box-shadow: calc((min(100vw - 96px, 1320px) / 3) - 7px) 0 0 var(--pk-st-acid), calc(((min(100vw - 96px, 1320px) / 3) * 2) - 7px) 0 0 var(--pk-st-green), calc(min(100vw - 96px, 1320px) - 14px) 0 0 var(--pk-st-acid);
}

.pk-stretch-page .pk-st-stage {
	position: relative;
	width: 33.333%;
	min-width: 0;
	padding: 34px clamp(24px, 3.5vw, 52px) 42px;
	border-right: 1px solid var(--pk-st-line);
	background: var(--pk-st-white);
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.pk-stretch-page .pk-st-stage:last-child {
	border-right: 0;
}

.pk-stretch-page .pk-st-stage:nth-child(2) {
	background: var(--pk-st-green);
	color: var(--pk-st-white);
	transform: translateY(-16px);
}

.pk-stretch-page .pk-st-stage-head {
	width: 100%;
	margin-bottom: 55px;
}

.pk-stretch-page .pk-st-stage-number .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.13em;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-stage:nth-child(2) .pk-st-stage-number .elementor-heading-title {
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-stage-icon .elementor-icon {
	font-size: 27px;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-stage:nth-child(2) .pk-st-stage-icon .elementor-icon {
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-stage-verb {
	margin-bottom: 11px;
}

.pk-stretch-page .pk-st-stage-verb .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(34px, 3.7vw, 58px);
	font-weight: 760;
	line-height: 0.9;
	letter-spacing: -0.065em;
	color: transparent;
	-webkit-text-stroke: 1px var(--pk-st-green);
}

.pk-stretch-page .pk-st-stage:nth-child(2) .pk-st-stage-verb .elementor-heading-title {
	-webkit-text-stroke-color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-stage-title {
	margin-top: 18px;
}

.pk-stretch-page .pk-st-stage-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 22px;
	font-weight: 690;
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-stage:nth-child(2) .pk-st-stage-title .elementor-heading-title {
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-stage-text {
	margin-top: 13px;
}

.pk-stretch-page .pk-st-stage-text p {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.58;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-stage:nth-child(2) .pk-st-stage-text p {
	color: rgba(255, 255, 255, 0.74);
}

/* Method */
.pk-stretch-page .pk-st-method {
	position: relative;
	width: 100%;
	max-width: none !important;
	background: var(--pk-st-ivory);
}

.pk-stretch-page .pk-st-method-intro {
	position: relative;
	width: 42%;
	min-width: 0;
	justify-content: center;
	padding: clamp(90px, 9vw, 144px) clamp(42px, 6vw, 96px) clamp(110px, 12vw, 188px) max(48px, calc((100vw - 1320px) / 2));
	overflow: hidden;
}

.pk-stretch-page .pk-st-method-heading {
	max-width: 590px;
	margin-top: 18px;
}

.pk-stretch-page .pk-st-method-heading .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(43px, 4.7vw, 72px);
	font-weight: 640;
	line-height: 0.98;
	letter-spacing: -0.056em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-method-intro-text {
	max-width: 520px;
	margin-top: 24px;
}

.pk-stretch-page .pk-st-method-intro-text p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.62;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-method-word {
	position: absolute;
	left: max(48px, calc((100vw - 1320px) / 2));
	bottom: 26px;
}

.pk-stretch-page .pk-st-method-word .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(82px, 12vw, 190px);
	font-weight: 800;
	line-height: 0.72;
	letter-spacing: -0.09em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 75, 61, 0.19);
}

.pk-stretch-page .pk-st-method-list {
	width: 58%;
	min-width: 0;
	background: var(--pk-st-white);
	border-left: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-method-row {
	position: relative;
	width: 100%;
	min-height: 174px;
	padding: 34px max(48px, calc((100vw - 1320px) / 2)) 34px clamp(34px, 4vw, 66px);
	border-bottom: 1px solid var(--pk-st-line);
	transition: background-color 180ms ease, padding-left 180ms ease;
}

.pk-stretch-page .pk-st-method-row:hover {
	padding-left: clamp(42px, 4.8vw, 78px);
	background: rgba(216, 234, 114, 0.16);
}

.pk-stretch-page .pk-st-method-number {
	width: 34px;
	flex: 0 0 34px;
}

.pk-stretch-page .pk-st-method-number .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.13em;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-method-icon {
	width: 50px;
	flex: 0 0 50px;
}

.pk-stretch-page .pk-st-method-icon .elementor-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(0, 75, 61, 0.3);
	border-radius: 50%;
	font-size: 19px;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-method-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.pk-stretch-page .pk-st-method-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 680;
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-method-text p {
	max-width: 560px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.52;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-method-arrow {
	width: 24px;
	flex: 0 0 24px;
}

.pk-stretch-page .pk-st-method-arrow .elementor-icon {
	font-size: 15px;
	color: var(--pk-st-green);
	transform: rotate(-35deg);
	transition: transform 180ms ease;
}

.pk-stretch-page .pk-st-method-row:hover .pk-st-method-arrow .elementor-icon {
	transform: rotate(0deg) translateX(3px);
}

/* Safety */
.pk-stretch-page .pk-st-safety {
	position: relative;
	width: 100%;
	max-width: none !important;
	padding: clamp(92px, 10vw, 156px) max(48px, calc((100vw - 1320px) / 2));
	background:
		radial-gradient(circle at 91% 17%, rgba(216, 234, 114, 0.11) 0 1px, transparent 2px) 0 0 / 19px 19px,
		var(--pk-st-green-deep);
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-safety::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 42%;
	height: 18px;
	background: var(--pk-st-acid);
	clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
}

.pk-stretch-page .pk-st-safety-heading {
	width: 100%;
}

.pk-stretch-page .pk-st-safety-intro {
	width: 62%;
	min-width: 0;
}

.pk-stretch-page .pk-st-safety-text {
	width: 38%;
	min-width: 0;
	padding-top: 57px;
}

.pk-stretch-page .pk-st-safety-index .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.17em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-safety-eyebrow {
	margin-top: 34px;
}

.pk-stretch-page .pk-st-safety-eyebrow .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.17em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-safety-title {
	max-width: 780px;
	margin-top: 18px;
}

.pk-stretch-page .pk-st-safety-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(48px, 5.6vw, 86px);
	font-weight: 630;
	line-height: 0.95;
	letter-spacing: -0.06em;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-safety-text p {
	font-family: "Arial", sans-serif;
	font-size: 17px;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.72);
}

.pk-stretch-page .pk-st-signal-grid {
	width: 100%;
	margin-top: clamp(58px, 7vw, 90px);
	border-top: 1px solid rgba(255, 255, 255, 0.21);
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.pk-stretch-page .pk-st-signal {
	position: relative;
	width: 33.333%;
	min-width: 0;
	padding: 34px clamp(24px, 3.2vw, 48px) 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.21);
}

.pk-stretch-page .pk-st-signal:last-child {
	border-right: 0;
}

.pk-stretch-page .pk-st-signal::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 38%;
	height: 4px;
	background: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-signal--adjust::after {
	width: 68%;
	background: #e2a56d;
}

.pk-stretch-page .pk-st-signal--tell::after {
	width: 100%;
	background: var(--pk-st-sage);
}

.pk-stretch-page .pk-st-signal-head {
	margin-bottom: 46px;
}

.pk-stretch-page .pk-st-signal-icon .elementor-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	font-size: 14px;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-signal-label .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.15em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-signal-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(23px, 2.35vw, 34px);
	font-weight: 640;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-signal-text {
	margin-top: 16px;
}

.pk-stretch-page .pk-st-signal-text p {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.58;
	color: rgba(255, 255, 255, 0.68);
}

.pk-stretch-page .pk-st-safety-footnote {
	width: min(100%, 920px);
	margin-top: 36px;
	padding: 18px 0 0;
}

.pk-stretch-page .pk-st-safety-footnote-icon .elementor-icon {
	font-size: 20px;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-safety-footnote-text p {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.56);
}

/* Audience */
.pk-stretch-page .pk-st-audience {
	position: relative;
	width: 100%;
	max-width: none !important;
	background: var(--pk-st-warm);
}

.pk-stretch-page .pk-st-audience-intro {
	position: relative;
	width: 44%;
	min-width: 0;
	justify-content: center;
	padding: clamp(90px, 9vw, 142px) clamp(50px, 6vw, 92px) clamp(130px, 12vw, 190px) max(48px, calc((100vw - 1320px) / 2));
	overflow: hidden;
}

.pk-stretch-page .pk-st-audience-heading {
	max-width: 620px;
	margin-top: 18px;
}

.pk-stretch-page .pk-st-audience-heading .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(44px, 4.9vw, 76px);
	font-weight: 640;
	line-height: 0.98;
	letter-spacing: -0.057em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-audience-intro-text {
	max-width: 540px;
	margin-top: 24px;
}

.pk-stretch-page .pk-st-audience-intro-text p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.62;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-audience-word {
	position: absolute;
	left: max(48px, calc((100vw - 1320px) / 2));
	bottom: 28px;
}

.pk-stretch-page .pk-st-audience-word .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(96px, 13vw, 200px);
	font-weight: 820;
	line-height: 0.72;
	letter-spacing: -0.095em;
	color: var(--pk-st-green);
	opacity: 0.08;
}

.pk-stretch-page .pk-st-audience-list {
	width: 56%;
	min-width: 0;
	align-self: stretch;
	justify-content: center;
	padding: clamp(70px, 8vw, 124px) max(48px, calc((100vw - 1320px) / 2)) clamp(70px, 8vw, 124px) clamp(34px, 5vw, 78px);
	background: var(--pk-st-ivory);
}

.pk-stretch-page .pk-st-audience-item {
	position: relative;
	padding: 28px 0;
	border-bottom: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-audience-item:first-child {
	border-top: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-audience-number {
	width: 28px;
	flex: 0 0 28px;
}

.pk-stretch-page .pk-st-audience-number .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.14em;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-audience-icon {
	width: 42px;
	flex: 0 0 42px;
}

.pk-stretch-page .pk-st-audience-icon .elementor-icon {
	font-size: 23px;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-audience-copy {
	min-width: 0;
}

.pk-stretch-page .pk-st-audience-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 22px;
	font-weight: 680;
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-audience-text p {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.54;
	color: var(--pk-st-muted);
}

/* Pricing */
.pk-stretch-page .pk-st-pricing {
	position: relative;
	width: 100%;
	max-width: none !important;
	background: var(--pk-st-white);
}

.pk-stretch-page .pk-st-pricing-copy {
	width: 58%;
	min-width: 0;
	justify-content: center;
	padding: clamp(92px, 9vw, 146px) clamp(56px, 7vw, 112px) clamp(92px, 9vw, 146px) max(48px, calc((100vw - 1320px) / 2));
}

.pk-stretch-page .pk-st-pricing-title {
	max-width: 700px;
	margin-top: 18px;
}

.pk-stretch-page .pk-st-pricing-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(43px, 4.8vw, 74px);
	font-weight: 640;
	line-height: 0.98;
	letter-spacing: -0.057em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-pricing-text {
	max-width: 660px;
	margin-top: 24px;
}

.pk-stretch-page .pk-st-pricing-text p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.64;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-hicaps-note {
	width: min(100%, 650px);
	margin-top: 34px;
	padding: 20px 0;
	border-top: 1px solid var(--pk-st-line);
	border-bottom: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-hicaps-icon .elementor-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 75, 61, 0.09);
	font-size: 17px;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-hicaps-text p {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-hicaps-text strong {
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-inline-button {
	margin-top: 24px;
}

.pk-stretch-page .pk-st-inline-button .elementor-button {
	min-height: 46px;
	padding: 11px 0;
	border: 0;
	border-bottom: 1px solid var(--pk-st-green);
	border-radius: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 750;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-price-board {
	position: relative;
	width: 42%;
	min-width: 0;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(80px, 8vw, 132px) max(48px, calc((100vw - 1320px) / 2)) clamp(80px, 8vw, 132px) clamp(50px, 6vw, 94px);
	overflow: hidden;
	background: var(--pk-st-green);
}

.pk-stretch-page .pk-st-price-board::before,
.pk-stretch-page .pk-st-price-board::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.pk-stretch-page .pk-st-price-board::before {
	right: -12%;
	top: -10%;
	width: 72%;
	aspect-ratio: 1;
	border: 1px solid rgba(216, 234, 114, 0.34);
	border-radius: 50%;
}

.pk-stretch-page .pk-st-price-board::after {
	left: 0;
	bottom: 0;
	width: 46%;
	height: 9px;
	background: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-price-from,
.pk-stretch-page .pk-st-price-value,
.pk-stretch-page .pk-st-price-duration,
.pk-stretch-page .pk-st-price-footnote,
.pk-stretch-page .pk-st-price-button {
	position: relative;
	z-index: 2;
}

.pk-stretch-page .pk-st-price-from .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.18em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-price-value .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(106px, 13vw, 200px);
	font-weight: 760;
	line-height: 0.82;
	letter-spacing: -0.09em;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-price-value--coming-soon {
	max-width: 9ch;
}

.pk-stretch-page .pk-st-price-value--coming-soon .elementor-heading-title {
	font-size: clamp(48px, 6vw, 86px);
	line-height: 0.88;
	letter-spacing: -0.065em;
}

.pk-stretch-page .pk-st-price-duration {
	margin-top: 24px;
}

.pk-stretch-page .pk-st-price-duration .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(25px, 2.8vw, 40px);
	font-weight: 670;
	line-height: 1;
	letter-spacing: -0.045em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-price-footnote {
	max-width: 420px;
	margin-top: 26px;
}

.pk-stretch-page .pk-st-price-footnote p {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
}

.pk-stretch-page .pk-st-price-button {
	margin-top: 34px;
}

.pk-stretch-page .pk-st-price-button .elementor-button {
	min-height: 58px;
	padding: 16px 24px;
	border: 1px solid var(--pk-st-acid);
	border-radius: 999px;
	background: var(--pk-st-acid);
	font-size: 14px;
	font-weight: 760;
	color: var(--pk-st-green-deep);
	transition: transform 180ms ease, background-color 180ms ease;
}

.pk-stretch-page .pk-st-price-button .elementor-button:hover {
	transform: translateY(-2px);
	background: var(--pk-st-white);
}

/* FAQ */
.pk-stretch-page .pk-st-faq {
	position: relative;
	width: 100%;
	max-width: none !important;
	padding: clamp(94px, 10vw, 154px) max(48px, calc((100vw - 1320px) / 2));
	background: var(--pk-st-ivory);
}

.pk-stretch-page .pk-st-faq-intro {
	position: sticky;
	top: 32px;
	width: 38%;
	min-width: 0;
}

.pk-stretch-page .pk-st-faq-title {
	max-width: 500px;
	margin-top: 18px;
}

.pk-stretch-page .pk-st-faq-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(42px, 4.5vw, 68px);
	font-weight: 640;
	line-height: 0.99;
	letter-spacing: -0.056em;
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-faq-intro-text {
	max-width: 470px;
	margin-top: 24px;
}

.pk-stretch-page .pk-st-faq-intro-text p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.62;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-faq-button {
	margin-top: 30px;
}

.pk-stretch-page .pk-st-faq-button .elementor-button {
	min-height: 50px;
	padding: 13px 21px;
	border: 1px solid var(--pk-st-green);
	border-radius: 999px;
	background: transparent;
	font-size: 13px;
	font-weight: 750;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-faq-list {
	width: 62%;
	min-width: 0;
	border-top: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-faq-item {
	position: relative;
	width: 100%;
	padding: 27px 0;
	border-bottom: 1px solid var(--pk-st-line);
}

.pk-stretch-page .pk-st-faq-number {
	width: 32px;
	flex: 0 0 32px;
}

.pk-stretch-page .pk-st-faq-number .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.14em;
	color: var(--pk-st-green);
}

.pk-stretch-page .pk-st-faq-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.pk-stretch-page .pk-st-faq-question .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(20px, 2.1vw, 28px);
	font-weight: 670;
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: var(--pk-st-ink);
}

.pk-stretch-page .pk-st-faq-answer p {
	max-width: 650px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.58;
	color: var(--pk-st-muted);
}

.pk-stretch-page .pk-st-faq-icon {
	width: 34px;
	flex: 0 0 34px;
}

.pk-stretch-page .pk-st-faq-icon .elementor-icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(0, 75, 61, 0.25);
	border-radius: 50%;
	font-size: 11px;
	color: var(--pk-st-green);
}

/* Closing */
.pk-stretch-page .pk-st-closing {
	position: relative;
	width: 100%;
	max-width: none !important;
	align-items: center;
	padding: clamp(92px, 10vw, 158px) max(48px, calc((100vw - 1320px) / 2));
	overflow: hidden;
	text-align: center;
	background:
		radial-gradient(circle at 50% 125%, transparent 0 180px, rgba(216, 234, 114, 0.19) 181px 182px, transparent 183px 244px, rgba(216, 234, 114, 0.1) 245px 246px, transparent 247px),
		var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-closing::before,
.pk-stretch-page .pk-st-closing::after {
	content: "";
	position: absolute;
	top: 0;
	width: 21%;
	height: 8px;
	background: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-closing::before {
	left: 0;
}

.pk-stretch-page .pk-st-closing::after {
	right: 0;
}

.pk-stretch-page .pk-st-closing-eyebrow .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.18em;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-closing-title {
	max-width: 950px;
	margin-top: 21px;
}

.pk-stretch-page .pk-st-closing-title .elementor-heading-title {
	font-family: "Arial", sans-serif;
	font-size: clamp(50px, 6vw, 92px);
	font-weight: 640;
	line-height: 0.94;
	letter-spacing: -0.063em;
	color: var(--pk-st-white);
	text-align: center;
}

.pk-stretch-page .pk-st-closing-text {
	max-width: 680px;
	margin-top: 25px;
}

.pk-stretch-page .pk-st-closing-text p {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.69);
	text-align: center;
}

.pk-stretch-page .pk-st-closing-buttons {
	justify-content: center;
	margin-top: 36px;
}

.pk-stretch-page .pk-st-closing-button .elementor-button {
	min-height: 58px;
	padding: 16px 25px;
	border: 1px solid var(--pk-st-acid);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 760;
	transition: transform 180ms ease, background-color 180ms ease;
}

.pk-stretch-page .pk-st-closing-button--primary .elementor-button {
	background: var(--pk-st-acid);
	color: var(--pk-st-green-deep);
}

.pk-stretch-page .pk-st-closing-button--secondary .elementor-button {
	background: transparent;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-closing-button .elementor-button:hover {
	transform: translateY(-2px);
}

.pk-stretch-page .pk-st-closing-facts {
	justify-content: center;
	margin-top: 46px;
}

.pk-stretch-page .pk-st-closing-fact {
	min-width: 225px;
}

.pk-stretch-page .pk-st-closing-fact .elementor-icon-box-wrapper {
	display: grid;
	grid-template-columns: 32px 1fr;
	column-gap: 10px;
	align-items: center;
	text-align: left;
}

.pk-stretch-page .pk-st-closing-fact .elementor-icon-box-icon {
	grid-row: 1 / span 2;
	margin: 0;
}

.pk-stretch-page .pk-st-closing-fact .elementor-icon {
	font-size: 18px;
	color: var(--pk-st-acid);
}

.pk-stretch-page .pk-st-closing-fact .elementor-icon-box-title {
	margin: 0 0 2px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: 750;
	color: var(--pk-st-white);
}

.pk-stretch-page .pk-st-closing-fact .elementor-icon-box-description {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.56);
}

/* Mobile action bar */
.pk-stretch-page .pk-st-mobile-actions {
	display: none;
}

@media (max-width: 1024px) {
	.pk-stretch-page {
		--pk-st-shell: min(100% - 56px, 940px);
	}

	.pk-stretch-page .pk-st-hero {
		min-height: 720px;
	}

	.pk-stretch-page .pk-st-hero-copy {
		width: 54%;
		padding: 72px 44px 54px 32px;
	}

	.pk-stretch-page .pk-st-hero-media {
		width: 46%;
		clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
	}

	.pk-stretch-page .pk-st-hero-title .elementor-heading-title {
		font-size: clamp(54px, 6.6vw, 72px);
	}

	.pk-stretch-page .pk-st-rhythm,
	.pk-stretch-page .pk-st-safety,
	.pk-stretch-page .pk-st-faq,
	.pk-stretch-page .pk-st-closing {
		padding-left: 28px;
		padding-right: 28px;
	}

	.pk-stretch-page .pk-st-method-intro,
	.pk-stretch-page .pk-st-audience-intro,
	.pk-stretch-page .pk-st-pricing-copy {
		padding-left: 28px;
		padding-right: 42px;
	}

	.pk-stretch-page .pk-st-method-list,
	.pk-stretch-page .pk-st-audience-list,
	.pk-stretch-page .pk-st-price-board {
		padding-right: 28px;
	}

	.pk-stretch-page .pk-st-method-row {
		padding-right: 28px;
	}

	.pk-stretch-page .pk-st-stage {
		padding-left: 26px;
		padding-right: 26px;
	}

	.pk-stretch-page .pk-st-stage-track::before {
		display: none;
	}

	.pk-stretch-page .pk-st-safety-heading {
		gap: 42px;
	}
}

@media (max-width: 767px) {
	.pk-stretch-page {
		--pk-st-shell: calc(100% - 40px);
		padding-bottom: 76px;
	}

	.pk-stretch-page .pk-st-eyebrow .elementor-heading-title {
		font-size: 10px;
		letter-spacing: 0.14em;
	}

	.pk-stretch-page .pk-st-hero {
		min-height: 0;
		flex-direction: column;
		background: var(--pk-st-ivory);
	}

	.pk-stretch-page .pk-st-hero::before {
		width: 100%;
		height: 6px;
	}

	.pk-stretch-page .pk-st-hero-copy {
		width: 100%;
		padding: 66px 20px 42px;
	}

	.pk-stretch-page .pk-st-hero-eyebrow {
		margin-bottom: 22px;
	}

	.pk-stretch-page .pk-st-hero-title .elementor-heading-title {
		font-size: clamp(50px, 15vw, 68px);
		line-height: 0.92;
	}

	.pk-stretch-page .pk-st-hero-text {
		margin-top: 22px;
	}

	.pk-stretch-page .pk-st-hero-text p {
		font-size: 17px;
		line-height: 1.5;
	}

	.pk-stretch-page .pk-st-hero-buttons,
	.pk-stretch-page .pk-st-closing-buttons {
		width: 100%;
	}

	.pk-stretch-page .pk-st-button,
	.pk-stretch-page .pk-st-button .elementor-widget-container,
	.pk-stretch-page .pk-st-button .elementor-button,
	.pk-stretch-page .pk-st-closing-button,
	.pk-stretch-page .pk-st-closing-button .elementor-widget-container,
	.pk-stretch-page .pk-st-closing-button .elementor-button {
		width: 100%;
	}

	.pk-stretch-page .pk-st-hero-facts {
		margin-top: 34px;
	}

	.pk-stretch-page .pk-st-hero-media {
		width: 100%;
		height: clamp(440px, 123vw, 560px);
		clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
	}

	.pk-stretch-page .pk-st-hero-word {
		right: 12px;
		top: 15%;
	}

	.pk-stretch-page .pk-st-hero-word .elementor-heading-title {
		font-size: clamp(94px, 31vw, 130px);
		transform: none;
		writing-mode: vertical-rl;
	}

	.pk-stretch-page .pk-st-hero-label {
		right: 16px;
		bottom: 18px;
		width: calc(100% - 32px);
	}

	.pk-stretch-page .pk-st-rhythm,
	.pk-stretch-page .pk-st-safety,
	.pk-stretch-page .pk-st-faq,
	.pk-stretch-page .pk-st-closing {
		padding: 76px 20px;
	}

	.pk-stretch-page .pk-st-rhythm-heading,
	.pk-stretch-page .pk-st-safety-heading,
	.pk-stretch-page .pk-st-faq {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.pk-stretch-page .pk-st-section-number .elementor-heading-title {
		font-size: 54px;
	}

	.pk-stretch-page .pk-st-rhythm-title .elementor-heading-title,
	.pk-stretch-page .pk-st-method-heading .elementor-heading-title,
	.pk-stretch-page .pk-st-audience-heading .elementor-heading-title,
	.pk-stretch-page .pk-st-pricing-title .elementor-heading-title,
	.pk-stretch-page .pk-st-faq-title .elementor-heading-title {
		font-size: clamp(38px, 11.8vw, 50px);
		line-height: 0.99;
	}

	.pk-stretch-page .pk-st-stage-track {
		flex-direction: column;
		margin-top: 48px;
		border-bottom: 0;
	}

	.pk-stretch-page .pk-st-stage {
		width: 100%;
		padding: 28px 24px 34px;
		border-right: 0;
		border-bottom: 1px solid var(--pk-st-line);
	}

	.pk-stretch-page .pk-st-stage:nth-child(2) {
		transform: none;
	}

	.pk-stretch-page .pk-st-stage-head {
		margin-bottom: 36px;
	}

	.pk-stretch-page .pk-st-method,
	.pk-stretch-page .pk-st-audience,
	.pk-stretch-page .pk-st-pricing {
		flex-direction: column;
	}

	.pk-stretch-page .pk-st-method-intro,
	.pk-stretch-page .pk-st-audience-intro,
	.pk-stretch-page .pk-st-pricing-copy {
		width: 100%;
		padding: 76px 20px 108px;
	}

	.pk-stretch-page .pk-st-method-word,
	.pk-stretch-page .pk-st-audience-word {
		left: 20px;
		bottom: 22px;
	}

	.pk-stretch-page .pk-st-method-word .elementor-heading-title,
	.pk-stretch-page .pk-st-audience-word .elementor-heading-title {
		font-size: clamp(76px, 27vw, 112px);
	}

	.pk-stretch-page .pk-st-method-list,
	.pk-stretch-page .pk-st-audience-list,
	.pk-stretch-page .pk-st-price-board {
		width: 100%;
		padding: 0 20px;
		border-left: 0;
	}

	.pk-stretch-page .pk-st-method-row {
		min-height: 0;
		padding: 26px 0;
		gap: 14px;
	}

	.pk-stretch-page .pk-st-method-row:hover {
		padding-left: 0;
	}

	.pk-stretch-page .pk-st-method-icon {
		width: 42px;
		flex-basis: 42px;
	}

	.pk-stretch-page .pk-st-method-icon .elementor-icon {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.pk-stretch-page .pk-st-method-arrow {
		display: none;
	}

	.pk-stretch-page .pk-st-safety-title .elementor-heading-title {
		font-size: clamp(43px, 12.8vw, 56px);
	}

	.pk-stretch-page .pk-st-safety-intro,
	.pk-stretch-page .pk-st-safety-text {
		width: 100%;
	}

	.pk-stretch-page .pk-st-safety-text {
		padding-top: 0;
	}

	.pk-stretch-page .pk-st-signal-grid {
		flex-direction: column;
		margin-top: 48px;
	}

	.pk-stretch-page .pk-st-signal {
		width: 100%;
		padding: 28px 0 32px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.21);
	}

	.pk-stretch-page .pk-st-signal:last-child {
		border-bottom: 0;
	}

	.pk-stretch-page .pk-st-signal-head {
		margin-bottom: 28px;
	}

	.pk-stretch-page .pk-st-audience-list {
		padding-top: 24px;
		padding-bottom: 54px;
		background: var(--pk-st-ivory);
	}

	.pk-stretch-page .pk-st-audience-item {
		gap: 13px;
	}

	.pk-stretch-page .pk-st-audience-number {
		display: none;
	}

	.pk-stretch-page .pk-st-price-board {
		align-items: flex-start;
		padding-top: 70px;
		padding-bottom: 72px;
		background: var(--pk-st-green);
	}

	.pk-stretch-page .pk-st-price-value .elementor-heading-title {
		font-size: clamp(108px, 36vw, 152px);
	}

	.pk-stretch-page .pk-st-faq {
		gap: 48px;
	}

	.pk-stretch-page .pk-st-faq-intro {
		position: relative;
		top: auto;
		width: 100%;
	}

	.pk-stretch-page .pk-st-faq-list {
		width: 100%;
	}

	.pk-stretch-page .pk-st-faq-item {
		gap: 13px;
	}

	.pk-stretch-page .pk-st-faq-number {
		display: none;
	}

	.pk-stretch-page .pk-st-faq-icon {
		display: none;
	}

	.pk-stretch-page .pk-st-closing {
		padding-bottom: 88px;
	}

	.pk-stretch-page .pk-st-closing-title .elementor-heading-title {
		font-size: clamp(44px, 13vw, 58px);
	}

	.pk-stretch-page .pk-st-closing-facts {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.pk-stretch-page .pk-st-mobile-actions {
		position: fixed;
		z-index: 9999;
		left: 8px;
		right: 8px;
		bottom: max(8px, env(safe-area-inset-bottom));
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		width: auto;
		padding: 7px;
		border: 1px solid rgba(255, 255, 255, 0.17);
		border-radius: 17px;
		background: rgba(0, 56, 47, 0.94);
		box-shadow: 0 18px 48px rgba(0, 32, 27, 0.3);
		backdrop-filter: blur(12px);
	}

	.pk-stretch-page .pk-st-mobile-call,
	.pk-stretch-page .pk-st-mobile-book {
		width: auto !important;
		max-width: none !important;
		flex: 1 1 0 !important;
		align-self: stretch !important;
	}

	.pk-stretch-page .pk-st-mobile-call .elementor-widget-container,
	.pk-stretch-page .pk-st-mobile-book .elementor-widget-container,
	.pk-stretch-page .pk-st-mobile-call .elementor-button,
	.pk-stretch-page .pk-st-mobile-book .elementor-button {
		width: 100%;
	}

	.pk-stretch-page .pk-st-mobile-call .elementor-button,
	.pk-stretch-page .pk-st-mobile-book .elementor-button {
		min-height: 50px;
		padding: 12px 10px;
		border-radius: 12px;
		font-size: 12px;
		font-weight: 760;
	}

	.pk-stretch-page .pk-st-mobile-call .elementor-button {
		border: 1px solid rgba(255, 255, 255, 0.35);
		background: transparent;
		color: var(--pk-st-white);
	}

	.pk-stretch-page .pk-st-mobile-book .elementor-button {
		border: 1px solid var(--pk-st-acid);
		background: var(--pk-st-acid);
		color: var(--pk-st-green-deep);
	}
}

@media (max-width: 430px) {
	.pk-stretch-page .pk-st-hero-title .elementor-heading-title {
		font-size: clamp(48px, 14.5vw, 62px);
	}

	.pk-stretch-page .pk-st-method-row,
	.pk-stretch-page .pk-st-audience-item,
	.pk-stretch-page .pk-st-faq-item {
		align-items: flex-start;
	}

	.pk-stretch-page .pk-st-price-duration .elementor-heading-title {
		font-size: 28px;
	}
}

@media (max-width: 360px) {
	.pk-stretch-page .pk-st-hero-copy,
	.pk-stretch-page .pk-st-rhythm,
	.pk-stretch-page .pk-st-method-intro,
	.pk-stretch-page .pk-st-safety,
	.pk-stretch-page .pk-st-audience-intro,
	.pk-stretch-page .pk-st-pricing-copy,
	.pk-stretch-page .pk-st-faq,
	.pk-stretch-page .pk-st-closing {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pk-stretch-page .pk-st-method-list,
	.pk-stretch-page .pk-st-audience-list,
	.pk-stretch-page .pk-st-price-board {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pk-stretch-page .pk-st-method-word,
	.pk-stretch-page .pk-st-audience-word {
		left: 16px;
	}

	.pk-stretch-page .pk-st-hero-title .elementor-heading-title {
		font-size: 48px;
	}

	.pk-stretch-page .pk-st-stage {
		padding-left: 18px;
		padding-right: 18px;
	}

	.pk-stretch-page .pk-st-mobile-actions {
		left: 6px;
		right: 6px;
		gap: 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pk-stretch-page *,
	.pk-stretch-page *::before,
	.pk-stretch-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
