body.yw-fixed-commentary-sales-page .entry-title,
body.yw-fixed-commentary-sales-page .page-title {
	display: none;
}

body.yw-fixed-commentary-sales-page {
	overflow-x: hidden;
}

.yw-fc {
	--fc-coral: #E91E63;
	--fc-coral-deep: #C2185B;
	--fc-coral-hot: #F50057;
	--fc-ink: #16181D;
	--fc-text: #303642;
	--fc-muted: #657082;
	--fc-line: #ECEFF3;
	--fc-soft: #FFF4F8;
	--fc-blue: #2457A6;
	--fc-blue-soft: #EEF5FF;
	--fc-green: #258A76;
	--fc-green-soft: #ECFAF6;
	--fc-amber: #A96F1E;
	--fc-amber-soft: #FFF7E8;
	--fc-card: #FFFFFF;
	background: #FFFFFF;
	color: var(--fc-text);
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	overflow-x: clip;
}

.yw-fc * {
	box-sizing: border-box;
}

.yw-fc a {
	color: inherit;
	text-decoration: none !important;
	box-shadow: none !important;
}

.yw-fc img {
	display: block;
	max-width: 100%;
	height: auto;
}

.yw-fc [id] {
	scroll-margin-top: 104px;
}

.yw-fc-wrap {
	width: min(1160px, calc(100vw - 44px));
	margin: 0 auto;
}

.yw-fc-nav {
	position: sticky;
	top: 0;
	z-index: 42;
	border-bottom: 1px solid rgba(236, 239, 243, 0.92);
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
}

.yw-fc-nav__inner {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-width: 0;
}

.yw-fc-nav__brand {
	color: var(--fc-ink) !important;
	font-size: 17px;
	font-weight: 900;
	white-space: nowrap;
}

.yw-fc-nav__links {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2vw, 26px);
	min-width: 0;
	color: var(--fc-muted);
	font-size: 14px;
	font-weight: 760;
}

.yw-fc-nav__links a {
	white-space: nowrap;
}

.yw-fc-nav__links a:hover,
.yw-fc-nav__links a.is-active,
.yw-fc-nav__brand:hover {
	color: var(--fc-coral-deep) !important;
}

.yw-fc-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.yw-fc-btn:hover {
	transform: translateY(-2px);
}

.yw-fc-btn:active {
	transform: translateY(1px);
}

.yw-fc-btn--small {
	min-height: 38px;
	padding: 10px 18px;
	background: var(--fc-ink);
	color: #FFFFFF !important;
	font-size: 13px;
}

.yw-fc-btn--primary {
	background: var(--fc-coral-hot);
	border-color: var(--fc-coral-hot);
	color: #FFFFFF !important;
	box-shadow: 0 16px 34px rgba(245, 0, 87, 0.18);
}

.yw-fc-btn--primary:hover {
	background: var(--fc-coral-deep);
	border-color: var(--fc-coral-deep);
	color: #FFFFFF !important;
	box-shadow: 0 20px 42px rgba(194, 24, 91, 0.22);
}

.yw-fc-btn--ghost {
	background: #FFFFFF;
	border-color: rgba(22, 24, 29, 0.12);
	color: var(--fc-ink) !important;
}

.yw-fc-btn--ghost:hover {
	border-color: rgba(233, 30, 99, 0.32);
	color: var(--fc-coral-deep) !important;
	box-shadow: 0 12px 30px rgba(22, 24, 29, 0.08) !important;
}

.yw-fc-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 7vw, 96px) 0 clamp(56px, 7vw, 86px);
	background:
		linear-gradient(135deg, #FFFFFF 0%, #FFF4F8 46%, #EEF5FF 100%);
}

.yw-fc-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
	gap: clamp(30px, 5vw, 68px);
	align-items: center;
	min-width: 0;
}

.yw-fc-kicker {
	margin: 0 0 16px;
	color: var(--fc-coral-deep);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.yw-fc-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(36px, 4.05vw, 58px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.yw-fc-hero h1 span {
	display: block;
}

.yw-fc-lead {
	max-width: 720px;
	margin: 24px 0 0;
	color: #3F4652;
	font-size: clamp(18px, 1.55vw, 22px);
	font-weight: 600;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.yw-fc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.yw-fc-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.yw-fc-hero__chips span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	border: 1px solid rgba(233, 30, 99, 0.16);
	border-radius: 999px;
	padding: 7px 13px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--fc-coral-deep);
	font-size: 13px;
	font-weight: 900;
}

.yw-fc-hero__visual {
	margin: 0;
	justify-self: center;
	position: relative;
	isolation: isolate;
	width: min(100%, 390px);
	line-height: 0;
}

.yw-fc-hero__visual::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	width: min(108%, 420px);
	aspect-ratio: 1;
	border: 1px solid rgba(233, 30, 99, 0.14);
	border-radius: 999px;
	pointer-events: none;
	transform: translate(calc(-50% + 7.5%), calc(-50% + 1.4%));
}

.yw-fc-hero__visual img {
	width: min(100%, 390px);
	border: 1px solid rgba(22, 24, 29, 0.08);
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0 26px 56px rgba(22, 24, 29, 0.14);
	transform: rotate(-1deg);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.yw-fc-hero__visual img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.yw-fc-hero__visual:hover img {
	transform: rotate(0deg) translateY(-4px);
	box-shadow: none;
}

.yw-fc-hero__visual figcaption {
	max-width: 390px;
	margin: 12px auto 0;
	color: var(--fc-muted);
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.yw-fc-section {
	padding: clamp(64px, 8vw, 104px) 0;
	background: #FFFFFF;
}

.yw-fc-section--soft {
	background: #F8FAFC;
}

.yw-fc-section--cream {
	background: #FFFDF6;
}

.yw-fc-section--why {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(233, 30, 99, 0.10);
	background:
		linear-gradient(180deg, #FFFFFF 0%, #FFF6FA 52%, #FFFFFF 100%);
}

.yw-fc-section--why::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(233, 30, 99, 0.08), transparent 32%, transparent 68%, rgba(36, 87, 166, 0.06));
	pointer-events: none;
}

.yw-fc-section--why .yw-fc-wrap {
	position: relative;
	z-index: 1;
}

.yw-fc-why-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.74fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

.yw-fc-why-copy h2 {
	max-width: 780px;
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	overflow-wrap: anywhere;
}

.yw-fc-why-copy > p {
	max-width: 760px;
	margin: 18px 0 0;
	color: #3F4652;
	font-size: clamp(17px, 1.5vw, 20px);
	font-weight: 650;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.yw-fc-why-definition {
	max-width: 760px;
	margin-top: 26px;
	border-left: 4px solid var(--fc-coral);
	border-radius: 0 8px 8px 0;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 18px 42px rgba(22, 24, 29, 0.06);
}

.yw-fc-why-definition strong {
	display: block;
	color: var(--fc-coral-deep);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
}

.yw-fc-why-definition p {
	margin: 8px 0 0;
	color: #4B5565;
	font-weight: 600;
	line-height: 1.72;
}

.yw-fc-why-panel {
	display: grid;
	gap: 16px;
}

.yw-fc-why-example,
.yw-fc-why-points article {
	min-width: 0;
	border: 1px solid rgba(22, 24, 29, 0.08);
	border-radius: 8px;
	background: #FFFFFF;
	box-shadow: 0 18px 42px rgba(22, 24, 29, 0.07);
}

.yw-fc-why-example {
	padding: clamp(22px, 3vw, 30px);
}

.yw-fc-why-example--plain {
	color: var(--fc-muted);
}

.yw-fc-why-example--fixed {
	border-color: rgba(233, 30, 99, 0.20);
	background: linear-gradient(135deg, #FFF4F8 0%, #FFFFFF 88%);
	color: var(--fc-coral-deep);
}

.yw-fc-why-example span {
	display: inline-flex;
	margin-bottom: 12px;
	border-radius: 999px;
	padding: 6px 12px;
	background: rgba(22, 24, 29, 0.05);
	color: currentColor;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.yw-fc-why-example--fixed span {
	background: rgba(233, 30, 99, 0.10);
}

.yw-fc-why-example p {
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(18px, 1.8vw, 23px);
	font-weight: 850;
	line-height: 1.58;
	overflow-wrap: anywhere;
}

.yw-fc-why-example--fixed p {
	font-size: clamp(17px, 1.6vw, 21px);
	font-weight: 760;
}

.yw-fc-why-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: clamp(28px, 5vw, 48px);
}

.yw-fc-why-points article {
	position: relative;
	padding: 24px 24px 24px 84px;
}

.yw-fc-why-points span {
	position: absolute;
	left: 24px;
	top: 24px;
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 999px;
	background: var(--fc-ink);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.yw-fc-why-points h3 {
	margin: 0;
	color: var(--fc-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.yw-fc-why-points p {
	margin: 10px 0 0;
	color: #4B5565;
	font-weight: 500;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.yw-fc-section__head {
	max-width: 780px;
	margin: 0 auto clamp(28px, 4vw, 48px);
	text-align: center;
}

.yw-fc-section__head--left {
	margin-left: 0;
	text-align: left;
}

.yw-fc-section__head h2 {
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(26px, 3.35vw, 40px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.23;
	overflow-wrap: anywhere;
}

.yw-fc-section__head p {
	margin: 16px 0 0;
	color: #4B5565;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.yw-fc-fit-grid,
.yw-fc-pain-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.yw-fc-content-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.yw-fc-fit-card,
.yw-fc-problem-card,
.yw-fc-content-card,
.yw-fc-use__steps article,
.yw-fc-faq article {
	min-width: 0;
	border: 1px solid rgba(22, 24, 29, 0.08);
	border-radius: 8px;
	background: var(--fc-card);
	box-shadow: 0 16px 36px rgba(22, 24, 29, 0.06);
}

.yw-fc-fit-card,
.yw-fc-problem-card,
.yw-fc-content-card {
	padding: 24px;
	transition: border-color 220ms ease, box-shadow 220ms ease;
}

.yw-fc-fit-card span {
	display: inline-flex;
	margin-bottom: 14px;
	border-radius: 999px;
	padding: 5px 11px;
	background: var(--fc-soft);
	color: var(--fc-coral-deep);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.yw-fc-fit-card:last-child span {
	background: var(--fc-amber-soft);
	color: var(--fc-amber);
}

.yw-fc-problem-card,
.yw-fc-content-card {
	position: relative;
	overflow: hidden;
}

.yw-fc-problem-card:nth-child(1),
.yw-fc-content-card:nth-child(1) {
	background: linear-gradient(135deg, #FFF4F8 0%, #FFFFFF 92%);
	color: var(--fc-coral-deep);
}

.yw-fc-problem-card:nth-child(2),
.yw-fc-content-card:nth-child(2) {
	background: linear-gradient(135deg, #EEF5FF 0%, #FFFFFF 92%);
	color: var(--fc-blue);
}

.yw-fc-problem-card:nth-child(3),
.yw-fc-content-card:nth-child(3) {
	background: linear-gradient(135deg, #ECFAF6 0%, #FFFFFF 92%);
	color: var(--fc-green);
}

.yw-fc-content-card:nth-child(4) {
	background: linear-gradient(135deg, #FFF7E8 0%, #FFFFFF 92%);
	color: var(--fc-amber);
}

.yw-fc-fit-card:hover,
.yw-fc-problem-card:hover,
.yw-fc-content-card:hover {
	border-color: rgba(233, 30, 99, 0.18);
	box-shadow: 0 24px 46px rgba(22, 24, 29, 0.12);
}

.yw-fc-problem-card > span,
.yw-fc-content-card > span {
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 18px;
	background: #FFFFFF;
	box-shadow: 0 14px 30px rgba(22, 24, 29, 0.08);
}

.yw-fc-problem-card svg,
.yw-fc-content-card svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.yw-fc-fit-card h3,
.yw-fc-problem-card h3,
.yw-fc-content-card h3,
.yw-fc-use__steps h3,
.yw-fc-faq h3 {
	margin: 0;
	color: var(--fc-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.yw-fc-fit-card p,
.yw-fc-problem-card p,
.yw-fc-content-card p,
.yw-fc-use__steps p,
.yw-fc-faq p {
	margin: 12px 0 0;
	color: #4B5565;
	font-weight: 500;
	line-height: 1.72;
	overflow-wrap: anywhere;
}

.yw-fc-use {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(26px, 5vw, 62px);
	align-items: start;
}

.yw-fc-text-link {
	display: inline-flex;
	margin-top: 22px;
	color: var(--fc-coral-deep) !important;
	font-weight: 900;
}

.yw-fc-text-link:hover {
	color: var(--fc-coral-hot) !important;
}

.yw-fc-use__steps {
	display: grid;
	gap: 16px;
}

.yw-fc-use__steps article {
	position: relative;
	padding: 24px 24px 24px 88px;
}

.yw-fc-use__steps span {
	position: absolute;
	left: 24px;
	top: 24px;
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 999px;
	background: var(--fc-ink);
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1;
}

.yw-fc-pdf-preview {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(22, 24, 29, 0.09);
	background: #FFFFFF;
	box-shadow: 0 22px 56px rgba(22, 24, 29, 0.1);
}

.yw-fc-pdf-preview__frame {
	display: block;
	width: 100%;
	height: min(76vh, 760px);
	min-height: 620px;
	border: 0;
	background: #F7F9FC;
}

.yw-fc-pdf-preview__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	border-top: 1px solid rgba(22, 24, 29, 0.08);
	background: linear-gradient(135deg, #FFFFFF 0%, #FFF6FA 100%);
}

.yw-fc-pdf-preview__bar span {
	color: var(--fc-muted);
	font-size: 14px;
	font-weight: 900;
}

.yw-fc-pdf-preview__bar .yw-fc-btn {
	min-height: 40px;
	padding: 10px 18px;
	font-size: 13px;
}

.yw-fc-video-preview {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(18px, 3vw, 26px);
	align-items: start;
	margin-top: clamp(28px, 4vw, 46px);
	padding: clamp(22px, 4vw, 36px);
	border: 1px solid rgba(22, 24, 29, 0.09);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 244, 248, 0.92) 0%, rgba(239, 248, 255, 0.92) 100%);
	box-shadow: 0 22px 56px rgba(22, 24, 29, 0.08);
}

.yw-fc-video-preview__copy {
	display: grid;
	gap: 14px;
	justify-items: center;
	min-width: 0;
	text-align: center;
}

.yw-fc-video-preview__eyebrow {
	margin: 0;
	color: var(--fc-coral-deep);
	font-size: 14px;
	font-weight: 900;
}

.yw-fc-video-preview h3 {
	margin: 0;
	color: var(--fc-ink);
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.yw-fc-video-preview__copy > p:not(.yw-fc-video-preview__eyebrow) {
	margin: 0;
	color: #4B5565;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.85;
}

.yw-fc-video-preview__copy .yw-fc-btn {
	justify-self: start;
	min-height: 42px;
	padding: 11px 20px;
	font-size: 14px;
}

.yw-fc-video-preview__player {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	min-width: 0;
	border: 1px solid rgba(22, 24, 29, 0.1);
	border-radius: 8px;
	background: #111827;
	box-shadow: 0 18px 44px rgba(22, 24, 29, 0.14);
}

.yw-fc-video-preview__player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.yw-fc-buy {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, #151821 0%, #252233 52%, #E91E63 145%);
	color: #FFFFFF;
}

.yw-fc-buy__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.yw-fc-buy__copy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(24px, 5vw, 58px);
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	padding: clamp(28px, 5vw, 48px);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(10px);
}

.yw-fc-buy__eyebrow {
	display: inline-flex;
	margin: 0 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.yw-fc-buy__copy h2 {
	margin: 0;
	color: #FFFFFF;
	font-size: clamp(28px, 3.8vw, 44px);
	font-weight: 900;
	line-height: 1.2;
}

.yw-fc-buy__main > p:not(.yw-fc-buy__eyebrow) {
	margin: 18px 0 0;
	max-width: 700px;
	color: rgba(255, 255, 255, 0.90);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.72;
}

.yw-fc-buy__copy strong {
	color: #FFFFFF;
	font-weight: 900;
}

.yw-fc-buy__copy ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.yw-fc-buy__copy li {
	position: relative;
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	padding: 8px 12px 8px 28px;
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.94);
	font-weight: 700;
	line-height: 1.35;
}

.yw-fc-buy__copy li::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: 0.94;
	transform: translateY(-50%);
}

.yw-fc-buy .yw-fc-actions {
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
	margin-top: 0;
	min-width: 168px;
}

.yw-fc-buy .yw-fc-btn {
	min-width: 168px;
}

.yw-fc-buy .yw-fc-btn--primary {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: var(--fc-coral-deep) !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.yw-fc-buy .yw-fc-btn--primary:hover {
	background: #FFF4F8;
	border-color: #FFF4F8;
	color: var(--fc-coral-deep) !important;
}

.yw-fc-buy .yw-fc-btn--ghost {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.36);
	color: #FFFFFF !important;
}

.yw-fc-buy .yw-fc-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.48);
	color: #FFFFFF !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14) !important;
}

.yw-fc-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.yw-fc-faq article {
	padding: 24px;
}

.yw-fc-mobile-cta {
	display: none;
}

html:has(.yw-fc) {
	scroll-behavior: smooth;
}

.yw-fc a,
.yw-fc button,
.yw-fc summary {
	cursor: pointer;
}

.yw-fc a:focus-visible,
.yw-fc button:focus-visible,
.yw-fc [tabindex]:focus-visible {
	outline: 3px solid rgba(245, 0, 87, 0.36);
	outline-offset: 4px;
}

body.yw-fc-motion-ready .yw-fc-hero__visual,
body.yw-fc-motion-ready .yw-fc-hero__visual img,
body.yw-fc-motion-ready .yw-fc .yw-fc-fit-card,
body.yw-fc-motion-ready .yw-fc .yw-fc-problem-card,
body.yw-fc-motion-ready .yw-fc .yw-fc-content-card,
body.yw-fc-motion-ready .yw-fc .yw-fc-faq article,
body.yw-fc-motion-ready .yw-fc .yw-fc-pdf-preview,
body.yw-fc-motion-ready .yw-fc .yw-fc-video-preview__player,
body.yw-fc-motion-ready .yw-fc .yw-fc-buy__copy {
	will-change: transform, opacity;
}

.yw-fc-why-example--fixed {
	transition: border-color 240ms ease, box-shadow 240ms ease;
}

.yw-fc-why-example--fixed.is-yw-emphasized {
	border-color: rgba(233, 30, 99, 0.34);
	box-shadow: 0 22px 48px rgba(194, 24, 91, 0.12);
}

body.yw-reveal-ready .yw-fc [data-yw-reveal] {
	opacity: 1;
	transform: none;
	transition: opacity 520ms ease, transform 520ms ease;
}

body.yw-reveal-ready .yw-fc [data-yw-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

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

@media (max-width: 1080px) {
	.yw-fc-nav__links {
		display: none;
	}

	.yw-fc-fit-grid,
	.yw-fc-content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yw-fc-pain-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.yw-fc-hero__grid,
	.yw-fc-why-grid,
	.yw-fc-use,
	.yw-fc-buy__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.yw-fc-buy__copy {
		grid-template-columns: minmax(0, 1fr);
	}

	.yw-fc-buy .yw-fc-actions {
		flex-direction: row;
		justify-content: flex-start;
	}

	.yw-fc-section__head--left {
		text-align: center;
	}

	.yw-fc-pain-grid,
	.yw-fc-why-points,
	.yw-fc-content-grid,
	.yw-fc-faq {
		grid-template-columns: minmax(0, 1fr);
	}

}

@media (max-width: 640px) {
	.yw-fc {
		padding-bottom: calc(88px + env(safe-area-inset-bottom));
	}

	.yw-fc [id] {
		scroll-margin-top: 28px;
	}

	.yw-fc-wrap {
		width: min(100% - 28px, 1160px);
	}

	.yw-fc-nav {
		position: static;
	}

	.yw-fc-nav__inner {
		min-height: 50px;
	}

	.yw-fc-nav__brand {
		font-size: 14px;
	}

	.yw-fc-nav .yw-fc-btn {
		display: none;
	}

	.yw-fc-hero {
		padding: 38px 0 46px;
	}

	.yw-fc-hero h1 {
		font-size: clamp(32px, 9vw, 40px);
		line-height: 1.18;
	}

	.yw-fc-section__head h2 {
		font-size: clamp(28px, 8vw, 34px);
		line-height: 1.25;
	}

	.yw-fc-lead,
	.yw-fc-section__head p,
	.yw-fc-buy__main > p:not(.yw-fc-buy__eyebrow) {
		font-size: 16px;
	}

	.yw-fc-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.yw-fc-btn {
		width: 100%;
		min-height: 46px;
		padding-inline: 18px;
	}

	.yw-fc-why-copy h2 {
		font-size: clamp(30px, 8vw, 36px);
	}

	.yw-fc-why-definition,
	.yw-fc-why-example {
		padding: 20px;
	}

	.yw-fc-why-points article {
		padding: 76px 20px 22px;
	}

	.yw-fc-why-points span {
		left: 20px;
		top: 20px;
	}

	.yw-fc-hero__chips {
		gap: 8px;
	}

	.yw-fc-hero__chips span {
		font-size: 12px;
	}

	.yw-fc-fit-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.yw-fc-pdf-preview__frame {
		height: min(62vh, 520px);
		min-height: 420px;
	}

	.yw-fc-pdf-preview__bar {
		align-items: stretch;
		flex-direction: column;
	}

	.yw-fc-pdf-preview__bar .yw-fc-btn {
		width: 100%;
	}

	.yw-fc-video-preview {
		margin-top: 24px;
		margin-bottom: 34px;
		padding: 18px;
	}

	.yw-fc-video-preview__copy .yw-fc-btn {
		width: 100%;
	}

	.yw-fc-video-preview h3 {
		font-size: clamp(24px, 6.4vw, 28px);
	}

	.yw-fc-section {
		padding: 54px 0;
	}

	.yw-fc-use__steps article {
		padding: 76px 20px 22px;
	}

	.yw-fc-use__steps span {
		left: 20px;
		top: 20px;
	}

	.yw-fc-buy {
		background:
			linear-gradient(145deg, #232637 0%, #4E2B43 58%, #C2185B 138%);
	}

	.yw-fc-buy__copy {
		padding: 24px;
		background: rgba(255, 255, 255, 0.11);
		box-shadow: 0 18px 48px rgba(31, 16, 31, 0.20);
	}

	.yw-fc-buy__copy h2 {
		font-size: clamp(28px, 7.4vw, 34px);
	}

	.yw-fc-buy__eyebrow {
		font-size: 13px;
	}

	.yw-fc-buy__copy li {
		width: 100%;
		align-items: flex-start;
		border-radius: 20px;
	}

	.yw-fc-buy .yw-fc-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.yw-fc-mobile-cta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 70;
		display: grid;
		grid-template-columns: 0.82fr 1.18fr;
		gap: 10px;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid rgba(236, 239, 243, 0.96);
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(16px);
		box-shadow: 0 -18px 38px rgba(22, 24, 29, 0.10);
	}

	.yw-fc-mobile-cta .yw-fc-btn {
		min-height: 44px;
		font-size: 14px;
	}

	.yw-fc-faq {
		gap: 12px;
	}

	.yw-fc-faq article {
		padding: 20px;
	}

	.yw-fc-faq h3 {
		font-size: 19px;
		line-height: 1.32;
	}

	.yw-fc-faq p {
		margin-top: 10px;
		font-size: 15.5px;
		line-height: 1.68;
	}
}
