.yw-answer-template {
	--yw-answer-ink: #20242f;
	--yw-answer-muted: #5f6676;
	--yw-answer-soft: #f6f8fb;
	--yw-answer-paper: #fff9ee;
	--yw-answer-line: #e4e8f0;
	--yw-answer-coral: #e91e63;
	--yw-answer-coral-deep: #d81b60;
	--yw-answer-blue: #2454d3;
	--yw-answer-green: #1d8a72;
	--yw-answer-amber: #c79243;
	color: var(--yw-answer-ink);
	background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	line-height: 1.72;
	letter-spacing: 0;
}

.yw-answer-template-page .entry-header,
.yw-answer-template-page .page-header {
	display: none;
}

.yw-answer-template-page .entry-content,
.yw-answer-template-page .page-content {
	margin-top: 0;
}

.yw-answer-template *,
.yw-answer-template *::before,
.yw-answer-template *::after {
	box-sizing: border-box;
}

.yw-answer-template a {
	color: inherit;
	text-decoration: none;
}

.yw-answer-wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.yw-answer-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(14px);
}

.yw-answer-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	gap: 24px;
}

.yw-answer-nav__brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 800;
	color: var(--yw-answer-coral-deep);
	white-space: nowrap;
}

.yw-answer-nav__brand::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--yw-answer-coral);
	box-shadow: 14px 0 0 rgba(233, 30, 99, 0.22);
}

.yw-answer-nav__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
}

.yw-answer-nav__links::-webkit-scrollbar {
	display: none;
}

.yw-answer-nav__links a {
	padding: 7px 10px;
	border-radius: 8px;
	color: #4b5565;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.yw-answer-nav__links a:hover,
.yw-answer-nav__links a:focus-visible {
	background: #fff0f5;
	color: var(--yw-answer-coral-deep);
	outline: none;
}

.yw-answer-hero {
	padding: 72px 0 50px;
	background: #fffdf8;
	border-bottom: 1px solid #f0e5d2;
}

.yw-answer-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
	gap: 44px;
	align-items: center;
}

.yw-answer-eyebrow,
.yw-answer-kicker {
	margin: 0 0 12px;
	color: var(--yw-answer-coral-deep);
	font-size: 14px;
	font-weight: 800;
}

.yw-answer-hero-title,
.yw-answer-section h2 {
	margin: 0;
	color: var(--yw-answer-ink);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.yw-answer-hero-title {
	max-width: 720px;
	font-size: clamp(36px, 6vw, 64px);
}

.yw-answer-lead {
	max-width: 690px;
	margin: 24px 0 0;
	color: #3f4654;
	font-size: 19px;
	line-height: 1.88;
}

.yw-answer-hero__actions,
.yw-answer-consult__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.yw-answer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none !important;
	text-decoration-line: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.yw-answer-template a.yw-answer-btn,
.yw-answer-template a.yw-answer-btn:hover,
.yw-answer-template a.yw-answer-btn:focus-visible,
.yw-answer-template a.yw-answer-btn:visited,
.yw-answer-template a.yw-answer-btn:active {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.yw-answer-btn:hover,
.yw-answer-btn:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.yw-answer-btn--primary {
	background: var(--yw-answer-coral);
	color: #fff;
	box-shadow: 0 14px 30px rgba(233, 30, 99, 0.22);
}

.yw-answer-btn--primary:hover,
.yw-answer-btn--primary:focus-visible {
	background: var(--yw-answer-coral-deep);
}

.yw-answer-btn--ghost {
	background: #ffffff;
	border-color: #f5bfd2;
	color: var(--yw-answer-coral-deep);
}

.yw-answer-btn--light {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.4);
	color: #ffffff;
}

.yw-answer-hero__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.yw-answer-hero__notes span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 10px;
	border: 1px solid #f4d7a9;
	border-radius: 8px;
	background: #fff7e7;
	color: #705024;
	font-size: 13px;
	font-weight: 800;
}

.yw-answer-hero__media {
	margin: 0;
	border: 1px solid #ead9b9;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(46, 36, 16, 0.13);
	overflow: hidden;
}

.yw-answer-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.yw-answer-hero__media figcaption {
	padding: 10px 14px;
	color: #6a7280;
	font-size: 13px;
	background: #ffffff;
	border-top: 1px solid #f0e4cc;
}

.yw-answer-proof {
	padding: 18px 0;
	background: #ffffff;
	border-bottom: 1px solid var(--yw-answer-line);
}

.yw-answer-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.yw-answer-proof__grid div {
	display: grid;
	gap: 2px;
	padding: 16px 18px;
	border: 1px solid var(--yw-answer-line);
	border-radius: 8px;
	background: #ffffff;
}

.yw-answer-proof__grid strong {
	color: var(--yw-answer-blue);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}

.yw-answer-proof__grid span {
	color: var(--yw-answer-muted);
	font-size: 13px;
	font-weight: 700;
}

.yw-answer-section {
	padding: 78px 0;
	background: #ffffff;
}

.yw-answer-section--soft {
	background: var(--yw-answer-soft);
}

.yw-answer-section--paper {
	background: var(--yw-answer-paper);
}

.yw-answer-section__head {
	max-width: 800px;
	margin-bottom: 32px;
}

.yw-answer-section__head--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
	gap: 28px;
	align-items: end;
	max-width: none;
}

.yw-answer-section h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.yw-answer-section__head p:not(.yw-answer-kicker),
.yw-answer-use__copy p,
.yw-answer-consult__panel p {
	margin: 16px 0 0;
	color: var(--yw-answer-muted);
	font-size: 17px;
}

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

.yw-answer-problem-card,
.yw-answer-step,
.yw-answer-fit-grid article,
.yw-answer-compare-grid article {
	border: 1px solid var(--yw-answer-line);
	border-radius: 8px;
	background: #ffffff;
}

.yw-answer-problem-card {
	padding: 24px;
	min-height: 230px;
}

.yw-answer-problem-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: #eef3ff;
	color: var(--yw-answer-blue);
	font-size: 14px;
	font-weight: 900;
}

.yw-answer-problem-card h3,
.yw-answer-step h3,
.yw-answer-compare-grid h3 {
	margin: 0;
	color: var(--yw-answer-ink);
	font-size: 20px;
	line-height: 1.42;
	font-weight: 900;
}

.yw-answer-problem-card p,
.yw-answer-step p,
.yw-answer-fit-grid p {
	margin: 12px 0 0;
	color: var(--yw-answer-muted);
}

.yw-answer-structure {
	position: relative;
}

.yw-answer-step-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yw-answer-step {
	padding: 24px 20px;
}

.yw-answer-step__num {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 8px;
	background: #fff0f5;
	color: var(--yw-answer-coral-deep);
	font-weight: 900;
}

.yw-answer-origin-flow,
.yw-answer-chain-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.yw-answer-origin-flow article,
.yw-answer-chain-grid article {
	position: relative;
	padding: 24px 20px;
	border: 1px solid var(--yw-answer-line);
	border-radius: 8px;
	background: #ffffff;
}

.yw-answer-origin-flow article::after,
.yw-answer-chain-grid article::after {
	content: "";
	position: absolute;
	top: 34px;
	right: -12px;
	width: 24px;
	height: 2px;
	background: #f0c0d1;
}

.yw-answer-origin-flow article:last-child::after,
.yw-answer-chain-grid article:last-child::after {
	display: none;
}

.yw-answer-origin-flow span,
.yw-answer-chain-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 8px;
	background: #fff0f5;
	color: var(--yw-answer-coral-deep);
	font-weight: 900;
}

.yw-answer-origin-flow h3,
.yw-answer-chain-grid h3,
.yw-answer-type-card h3 {
	margin: 0;
	color: var(--yw-answer-ink);
	font-size: 20px;
	line-height: 1.35;
	font-weight: 900;
}

.yw-answer-origin-flow p,
.yw-answer-chain-grid p {
	margin: 12px 0 0;
	color: var(--yw-answer-muted);
	font-size: 15px;
	line-height: 1.72;
}

.yw-answer-truth {
	background: #ffffff;
}

.yw-answer-truth__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
	align-items: center;
	gap: 56px;
	max-width: 1120px;
}

.yw-answer-truth__copy p:not(.yw-answer-kicker) {
	margin: 18px 0 0;
	color: var(--yw-answer-muted);
	font-size: 17px;
	line-height: 1.9;
}

.yw-answer-school-proof {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(235, 226, 220, 0.95);
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(255, 241, 246, 0.82), rgba(255, 255, 255, 0.94) 52%, rgba(255, 248, 238, 0.88));
	box-shadow: 0 24px 70px rgba(31, 35, 48, 0.1);
	overflow: hidden;
}

.yw-answer-school-proof::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 10%, rgba(233, 30, 99, 0.12), transparent 32%),
		radial-gradient(circle at 92% 90%, rgba(255, 179, 111, 0.16), transparent 34%);
	pointer-events: none;
}

.yw-answer-school-proof__head,
.yw-answer-school-proof__grid {
	position: relative;
	z-index: 1;
}

.yw-answer-school-proof__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.yw-answer-school-proof__head span {
	color: var(--yw-answer-coral-deep);
	font-size: 14px;
	font-weight: 900;
}

.yw-answer-school-proof__head strong {
	color: var(--yw-answer-blue);
	font-size: 28px;
	line-height: 1;
}

.yw-answer-school-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.yw-answer-school-proof__item {
	display: grid;
	justify-items: center;
	align-content: center;
	min-height: 94px;
	padding: 12px 8px;
	border: 1px solid rgba(228, 232, 240, 0.88);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 8px 20px rgba(31, 35, 48, 0.045);
	text-align: center;
}

.yw-answer-school-proof__item img {
	width: 46px;
	height: 46px;
	margin-bottom: 8px;
	border: 1px solid rgba(228, 232, 240, 0.96);
	border-radius: 999px;
	background: #ffffff;
	object-fit: contain;
}

.yw-answer-school-proof__item span {
	color: #3f4756;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

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

.yw-answer-type-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid #ead6b8;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 18px 38px rgba(121, 84, 32, 0.08);
}

.yw-answer-type-card header {
	display: grid;
	gap: 12px;
	padding: 22px;
	background: linear-gradient(180deg, #fff7e7 0%, #ffffff 100%);
	border-bottom: 1px solid #f0dfc4;
}

.yw-answer-type-card header div {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.yw-answer-type-card header span {
	color: var(--yw-answer-coral-deep);
	font-size: 14px;
	font-weight: 900;
}

.yw-answer-type-card h3 {
	font-size: 42px;
	line-height: 0.95;
	color: var(--yw-answer-blue);
}

.yw-answer-type-card header p {
	margin: 0;
	color: var(--yw-answer-muted);
	font-size: 14px;
	line-height: 1.65;
}

.yw-answer-type-rows {
	display: grid;
	padding: 10px;
}

.yw-answer-type-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
	padding: 12px 10px;
	border-radius: 8px;
}

.yw-answer-type-row + .yw-answer-type-row {
	border-top: 1px solid #f1eadf;
	border-radius: 0;
}

.yw-answer-type-row strong {
	color: var(--yw-answer-ink);
	font-size: 14px;
	font-weight: 900;
}

.yw-answer-type-row span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 8px;
	border-radius: 8px;
	background: #eef3ff;
	color: var(--yw-answer-blue);
	font-size: 13px;
	font-weight: 900;
}

.yw-answer-type-row p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--yw-answer-muted);
	font-size: 13px;
	line-height: 1.68;
}

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

.yw-answer-sample-card {
	display: grid;
	margin: 0;
	border: 1px solid var(--yw-answer-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(31, 41, 55, 0.08);
}

.yw-answer-sample-card a {
	display: block;
	background: #f9fafb;
}

.yw-answer-sample-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #f8f6f2;
	transition: transform 0.24s ease;
}

.yw-answer-sample-card:hover img,
.yw-answer-sample-card:focus-within img {
	transform: scale(1.015);
}

.yw-answer-sample-card figcaption {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-top: 1px solid var(--yw-answer-line);
}

.yw-answer-sample-card figcaption span {
	color: var(--yw-answer-coral-deep);
	font-size: 13px;
	font-weight: 900;
}

.yw-answer-sample-card figcaption strong {
	color: var(--yw-answer-ink);
	font-size: 18px;
	line-height: 1.4;
}

.yw-answer-sample-card figcaption em {
	color: var(--yw-answer-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
}

.yw-answer-use {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
	gap: 36px;
	align-items: start;
}

.yw-answer-use__list {
	display: grid;
	gap: 12px;
}

.yw-answer-use__list div {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	column-gap: 16px;
	row-gap: 4px;
	padding: 18px;
	border: 1px solid #f1d9b7;
	border-radius: 8px;
	background: #ffffff;
}

.yw-answer-use__list span {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #fff3df;
	color: var(--yw-answer-amber);
	font-weight: 900;
}

.yw-answer-use__list strong {
	color: var(--yw-answer-ink);
	font-size: 18px;
	font-weight: 900;
}

.yw-answer-use__list p {
	margin: 0;
	color: var(--yw-answer-muted);
}

.yw-answer-compare-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.yw-answer-compare-grid article {
	padding: 24px;
}

.yw-answer-compare-grid article:first-child {
	border-color: #f4c4d6;
	background: #fff8fb;
}

.yw-answer-compare-grid article:nth-child(2) {
	border-color: #bed0ff;
	background: #f7f9ff;
}

.yw-answer-compare-grid span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--yw-answer-coral-deep);
	font-size: 13px;
	font-weight: 900;
}

.yw-answer-compare-grid ul {
	margin: 16px 0 0;
	padding-left: 20px;
	color: var(--yw-answer-muted);
}

.yw-answer-compare-grid li + li {
	margin-top: 7px;
}

.yw-answer-compare-grid a {
	display: inline-flex;
	margin-top: 18px;
	color: var(--yw-answer-blue);
	font-weight: 900;
	border-bottom: 2px solid rgba(36, 84, 211, 0.25);
}

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

.yw-answer-fit-grid article {
	padding: 20px;
}

.yw-answer-fit-grid span {
	display: inline-flex;
	margin-bottom: 10px;
	color: var(--yw-answer-green);
	font-size: 13px;
	font-weight: 900;
}

.yw-answer-consult {
	padding: 70px 0;
	background: #22304a;
	color: #ffffff;
}

.yw-answer-consult__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.yw-answer-consult .yw-answer-kicker,
.yw-answer-consult h2,
.yw-answer-consult p {
	color: #ffffff;
}

.yw-answer-consult h2 {
	max-width: 760px;
}

.yw-answer-consult__panel p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.76);
}

.yw-answer-faq-list {
	display: grid;
	gap: 10px;
}

.yw-answer-faq-list details {
	border: 1px solid var(--yw-answer-line);
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.yw-answer-faq-list summary {
	position: relative;
	cursor: pointer;
	padding: 18px 52px 18px 20px;
	color: var(--yw-answer-ink);
	font-weight: 900;
	list-style: none;
}

.yw-answer-faq-list summary::-webkit-details-marker {
	display: none;
}

.yw-answer-faq-list summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: var(--yw-answer-coral);
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.yw-answer-faq-list details[open] summary::after {
	content: "-";
}

.yw-answer-faq-list p {
	margin: 0;
	padding: 0 20px 20px;
	color: var(--yw-answer-muted);
}

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

.yw-answer-floating-buy {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 82;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	min-height: 52px;
	padding: 0 26px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--yw-answer-coral), #f9736b);
	box-shadow: 0 18px 34px rgba(233, 30, 99, 0.22);
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.yw-answer-floating-buy:hover,
.yw-answer-floating-buy:focus-visible {
	background: linear-gradient(135deg, var(--yw-answer-coral-deep), #f56565);
	box-shadow: 0 22px 40px rgba(233, 30, 99, 0.28);
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-3px);
	outline: none;
}

.yw-answer-mobile-menu {
	display: none;
}

@media (max-width: 980px) {
	.yw-answer-wrap {
		width: min(100% - 28px, 760px);
	}

	.yw-answer-hero {
		padding: 48px 0 34px;
	}

		.yw-answer-hero__grid,
		.yw-answer-use,
		.yw-answer-consult__panel,
		.yw-answer-section__head--split {
			grid-template-columns: 1fr;
		}

	.yw-answer-hero__grid {
		gap: 28px;
	}

	.yw-answer-proof__grid,
	.yw-answer-step-grid,
	.yw-answer-origin-flow,
	.yw-answer-chain-grid,
	.yw-answer-fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yw-answer-truth__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		max-width: 780px;
	}

	.yw-answer-school-proof__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.yw-answer-type-grid {
		grid-template-columns: 1fr;
	}

	.yw-answer-sample-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yw-answer-origin-flow article::after,
	.yw-answer-chain-grid article::after {
		display: none;
	}

	.yw-answer-consult__actions {
		margin-top: 0;
	}
}

@media (max-width: 720px) {
	.yw-answer-template {
		padding-bottom: 74px;
	}

	.yw-answer-nav__inner {
		min-height: 52px;
	}

	.yw-answer-nav__links {
		justify-content: flex-start;
	}

	.yw-answer-nav__brand {
		display: none;
	}

	.yw-answer-hero-title {
		font-size: 38px;
	}

	.yw-answer-lead {
		font-size: 17px;
	}

	.yw-answer-hero__actions,
	.yw-answer-consult__actions {
		flex-direction: column;
	}

	.yw-answer-btn {
		width: 100%;
	}

	.yw-answer-section {
		padding: 56px 0;
	}

	.yw-answer-section h2 {
		font-size: 30px;
	}

	.yw-answer-proof__grid,
	.yw-answer-problem-grid,
	.yw-answer-step-grid,
	.yw-answer-origin-flow,
	.yw-answer-chain-grid,
	.yw-answer-sample-grid,
	.yw-answer-compare-grid,
	.yw-answer-fit-grid {
		grid-template-columns: 1fr;
	}

	.yw-answer-school-proof {
		padding: 18px;
		border-radius: 14px;
	}

	.yw-answer-school-proof__head {
		margin-bottom: 14px;
	}

	.yw-answer-school-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.yw-answer-school-proof__item {
		min-height: 88px;
		padding: 10px 6px;
	}

	.yw-answer-school-proof__item img {
		width: 42px;
		height: 42px;
	}

		.yw-answer-type-card h3 {
			font-size: 36px;
		}

	.yw-answer-type-row {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.yw-answer-type-row p {
		grid-column: 1 / -1;
	}

	.yw-answer-problem-card {
		min-height: 0;
	}

	.yw-answer-sample-card img {
		aspect-ratio: 16 / 9;
	}

	.yw-answer-use__list div {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 16px;
	}

	.yw-answer-use__list span {
		width: 42px;
		height: 42px;
	}

	.yw-answer-mobile-cta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--yw-answer-line);
		box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.09);
	}

	.yw-answer-floating-buy {
		display: none;
	}

	.yw-answer-mobile-cta a,
	.yw-answer-mobile-cta button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		border-radius: 8px;
		border: 0;
		font-size: 14px;
		font-weight: 900;
		line-height: 1;
		text-decoration: none !important;
		cursor: pointer;
	}

	.yw-answer-mobile-cta button:first-child {
		background: #fff0f5;
		color: var(--yw-answer-coral-deep);
	}

	.yw-answer-mobile-cta a:last-child {
		background: var(--yw-answer-coral);
		color: #ffffff;
	}

	.yw-answer-mobile-cta a:focus-visible,
	.yw-answer-mobile-cta button:focus-visible,
	.yw-answer-mobile-cta a:focus,
	.yw-answer-mobile-cta button:focus {
		outline: 2px solid rgba(233, 30, 99, 0.38);
		outline-offset: 2px;
	}

	.yw-answer-mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 94;
		display: block;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.22s ease;
	}

	.yw-answer-mobile-menu__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(15, 23, 42, 0.22);
		backdrop-filter: blur(4px);
	}

	.yw-answer-mobile-menu__panel {
		position: absolute;
		left: 14px;
		right: 14px;
		bottom: calc(76px + env(safe-area-inset-bottom));
		padding: 18px;
		border: 1px solid rgba(236, 214, 221, 0.92);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 24px 56px rgba(31, 35, 48, 0.18);
		transform: translateY(14px);
		transition: transform 0.24s ease;
	}

	.yw-answer-template--mobile-menu-open .yw-answer-mobile-menu {
		opacity: 1;
		pointer-events: auto;
	}

	.yw-answer-template--mobile-menu-open .yw-answer-mobile-menu__panel {
		transform: translateY(0);
	}

	.yw-answer-mobile-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 14px;
	}

	.yw-answer-mobile-menu__head strong {
		color: var(--yw-answer-ink);
		font-size: 18px;
		font-weight: 900;
	}

	.yw-answer-mobile-menu__head button {
		border: 0;
		background: transparent;
		color: var(--yw-answer-coral-deep);
		font-size: 13px;
		font-weight: 900;
		cursor: pointer;
	}

	.yw-answer-mobile-menu__links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.yw-answer-mobile-menu__links a {
		display: flex;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		padding: 10px 12px;
		border: 1px solid rgba(233, 30, 99, 0.12);
		border-radius: 14px;
		background: #fff7fa;
		color: var(--yw-answer-readable-strong);
		font-size: 14px;
		font-weight: 900;
		text-decoration: none !important;
	}

	.yw-answer-mobile-menu__links a::before {
		content: "";
		flex: 0 0 auto;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: var(--yw-answer-coral);
		box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.08);
	}

	.yw-answer-mobile-menu__links a:focus-visible {
		outline: 2px solid rgba(233, 30, 99, 0.42);
		outline-offset: 2px;
	}
}

@media (max-width: 420px) {
	.yw-answer-wrap {
		width: calc(100% - 24px);
	}

	.yw-answer-hero-title {
		font-size: 34px;
	}

	.yw-answer-section h2 {
		font-size: 28px;
	}

	.yw-answer-hero__notes span {
		width: calc(50% - 5px);
		justify-content: center;
	}
}

/* 2026-06 design polish: warm product-detail rhythm for the 27版 answer template page. */
.yw-answer-template {
	--yw-answer-ink: #1d2330;
	--yw-answer-muted: #606879;
	--yw-answer-soft: #f7f8fb;
	--yw-answer-paper: #fff7ec;
	--yw-answer-line: #ebe2dc;
	--yw-answer-coral: #e91e63;
	--yw-answer-coral-deep: #c9415c;
	--yw-answer-rose-soft: #fff0f4;
	--yw-answer-cream: #fff8ee;
	--yw-answer-blue: #2f63d7;
	--yw-answer-green: #26765b;
	--yw-answer-amber: #b7791f;
	--yw-answer-shadow-sm: 0 10px 28px rgba(31, 35, 48, 0.07);
	--yw-answer-shadow-md: 0 22px 60px rgba(31, 35, 48, 0.11);
	background: #fffdf9;
	color: var(--yw-answer-ink);
}

.yw-answer-wrap {
	width: min(1180px, calc(100% - 48px));
}

.yw-answer-nav {
	border-bottom-color: rgba(235, 226, 220, 0.9);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 24px rgba(31, 35, 48, 0.035);
}

.yw-answer-nav__inner {
	min-height: 62px;
}

.yw-answer-nav__brand {
	color: #222837;
}

.yw-answer-nav__brand::before {
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, var(--yw-answer-coral), #ff7b87);
	box-shadow: 16px 0 0 rgba(233, 30, 99, 0.18);
}

.yw-answer-nav__links a {
	border-radius: 999px;
	color: #536071;
}

.yw-answer-nav__links a:hover,
.yw-answer-nav__links a:focus-visible {
	background: var(--yw-answer-rose-soft);
	color: var(--yw-answer-coral-deep);
}

.yw-answer-hero {
	position: relative;
	padding: 84px 0 78px;
	background:
		linear-gradient(115deg, rgba(255, 241, 235, 0.98) 0%, rgba(255, 253, 248, 0.96) 48%, rgba(248, 250, 255, 0.96) 100%),
		linear-gradient(180deg, #ffffff 0%, #fff7ec 100%);
	border-bottom: 0;
	overflow: hidden;
}

.yw-answer-hero::before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 65, 92, 0.32), transparent);
}

.yw-answer-hero__grid {
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
	gap: 64px;
}

.yw-answer-eyebrow,
.yw-answer-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin: 0 0 16px;
	padding: 0 12px;
	border: 1px solid rgba(233, 30, 99, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--yw-answer-coral-deep);
	font-size: 13px;
	line-height: 1.2;
	box-shadow: 0 8px 20px rgba(233, 30, 99, 0.06);
}

.yw-answer-hero-title {
	max-width: 760px;
	font-size: clamp(44px, 6.4vw, 72px);
	line-height: 1.06;
}

.yw-answer-section h2 {
	max-width: 940px;
	line-height: 1.14;
}

.yw-answer-lead {
	max-width: 660px;
	margin-top: 28px;
	color: #454e5e;
	font-size: 20px;
	line-height: 1.92;
}

.yw-answer-hero__actions,
.yw-answer-consult__actions {
	gap: 14px;
	margin-top: 34px;
}

.yw-answer-btn {
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 15px;
	box-shadow: none;
}

.yw-answer-btn--primary {
	background: linear-gradient(135deg, var(--yw-answer-coral), var(--yw-answer-coral-deep));
	color: #ffffff;
	box-shadow: 0 16px 34px rgba(233, 30, 99, 0.24);
}

.yw-answer-hero .yw-answer-btn--primary {
	color: #ffffff;
}

.yw-answer-hero .yw-answer-btn--primary:hover,
.yw-answer-hero .yw-answer-btn--primary:focus-visible {
	background: linear-gradient(135deg, #d81b60, #b53650);
	color: #ffffff;
}

.yw-answer-btn--ghost {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(201, 65, 92, 0.28);
	color: #2b3240;
	box-shadow: 0 12px 28px rgba(31, 35, 48, 0.05);
}

.yw-answer-btn--ghost:hover,
.yw-answer-btn--ghost:focus-visible {
	border-color: rgba(201, 65, 92, 0.42);
	color: var(--yw-answer-coral-deep);
	box-shadow: 0 16px 34px rgba(31, 35, 48, 0.08);
}

.yw-answer-template .yw-answer-hero a.yw-answer-btn--ghost,
.yw-answer-template .yw-answer-hero a.yw-answer-btn--ghost:hover,
.yw-answer-template .yw-answer-hero a.yw-answer-btn--ghost:focus-visible,
.yw-answer-template .yw-answer-hero a.yw-answer-btn--ghost:visited,
.yw-answer-template .yw-answer-hero a.yw-answer-btn--ghost:active {
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.yw-answer-hero__notes {
	gap: 12px;
	margin-top: 30px;
}

.yw-answer-hero__notes span {
	min-height: 34px;
	padding: 0 12px;
	border-color: rgba(183, 121, 31, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: #72562b;
	box-shadow: 0 8px 22px rgba(183, 121, 31, 0.06);
}

.yw-answer-hero__notes .yw-answer-hero__note-core {
	min-height: 42px;
	padding: 0 18px;
	border-color: rgba(201, 65, 92, 0.28);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 246, 0.94));
	color: var(--yw-answer-coral-deep);
	font-size: 15px;
	box-shadow: 0 14px 32px rgba(201, 65, 92, 0.12);
}

.yw-answer-hero__notes .yw-answer-hero__note-core::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--yw-answer-coral), #ff9a76);
	box-shadow: 0 0 0 5px rgba(233, 30, 99, 0.09);
}

.yw-answer-hero__media {
	position: relative;
	border-color: rgba(235, 215, 186, 0.95);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 34px 90px rgba(51, 35, 15, 0.16);
	transform: translateY(4px);
}

.yw-answer-hero__media::after {
	content: "真实样张";
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--yw-answer-coral-deep);
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(31, 35, 48, 0.1);
}

.yw-answer-hero__media img {
	background: #fff4d7;
}

.yw-answer-hero__media figcaption {
	padding: 12px 16px;
	border-top-color: rgba(235, 226, 220, 0.9);
	color: #697281;
}

.yw-answer-proof {
	padding: 0 0 52px;
	background: linear-gradient(180deg, #fff8ee 0%, #ffffff 72%);
	border-bottom: 0;
}

.yw-answer-proof__grid {
	position: relative;
	transform: translateY(-34px);
	margin-bottom: -34px;
	gap: 14px;
}

.yw-answer-proof__grid div {
	position: relative;
	padding: 18px 20px;
	border-color: rgba(235, 226, 220, 0.92);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--yw-answer-shadow-sm);
	overflow: hidden;
}

.yw-answer-proof__grid div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--yw-answer-coral), rgba(255, 183, 114, 0.9));
}

.yw-answer-proof__grid strong {
	color: var(--yw-answer-blue);
	font-size: 24px;
}

.yw-answer-section {
	padding: 86px 0;
}

.yw-answer-section--soft {
	background:
		linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
}

.yw-answer-section--paper {
	background:
		linear-gradient(180deg, #fff8ee 0%, #fffaf3 100%);
}

.yw-answer-section__head {
	max-width: 880px;
	margin-bottom: 40px;
}

.yw-answer-section__head--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.yw-answer-section__head--center .yw-answer-kicker {
	margin-right: auto;
	margin-left: auto;
}

#yw-answer-problem .yw-answer-section__head--center > p,
#yw-answer-origin .yw-answer-section__head--center > p,
#yw-answer-compare .yw-answer-section__head--center > p {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.yw-answer-section__head--split {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
	align-items: center;
	gap: 44px;
}

#yw-answer-chain .yw-answer-section__head--split {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	gap: 14px;
	text-align: center;
}

#yw-answer-chain .yw-answer-section__head--split > div {
	width: 100%;
}

#yw-answer-chain .yw-answer-section__head--split > p {
	max-width: 620px;
	margin: 0 auto;
}

.yw-answer-section h2 {
	font-size: clamp(30px, 4vw, 46px);
}

.yw-answer-section__head p:not(.yw-answer-kicker),
.yw-answer-use__copy p,
.yw-answer-consult__panel p {
	color: #626b7a;
	font-size: 17px;
	line-height: 1.9;
}

.yw-answer-problem-grid,
.yw-answer-step-grid,
.yw-answer-fit-grid,
.yw-answer-compare-grid,
.yw-answer-origin-flow,
.yw-answer-chain-grid {
	gap: 20px;
}

.yw-answer-problem-card,
.yw-answer-step,
.yw-answer-fit-grid article,
.yw-answer-compare-grid article,
.yw-answer-origin-flow article,
.yw-answer-chain-grid article,
.yw-answer-faq-list details {
	border-color: rgba(235, 226, 220, 0.92);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--yw-answer-shadow-sm);
}

.yw-answer-problem-card,
.yw-answer-step,
.yw-answer-origin-flow article,
.yw-answer-chain-grid article {
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.yw-answer-problem-card:hover,
.yw-answer-step:hover,
.yw-answer-origin-flow article:hover,
.yw-answer-chain-grid article:hover {
	transform: translateY(-3px);
	border-color: rgba(201, 65, 92, 0.24);
	box-shadow: var(--yw-answer-shadow-md);
}

.yw-answer-problem-card {
	min-height: 238px;
	padding: 28px;
}

.yw-answer-problem-card span,
.yw-answer-step__num,
.yw-answer-origin-flow span,
.yw-answer-chain-grid span {
	border-radius: 999px;
	background: linear-gradient(135deg, #fff1f5, #ffffff);
	color: var(--yw-answer-coral-deep);
	box-shadow: inset 0 0 0 1px rgba(233, 30, 99, 0.12);
}

.yw-answer-origin-flow article::after,
.yw-answer-chain-grid article::after {
	top: 42px;
	right: -18px;
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, rgba(201, 65, 92, 0.2), rgba(201, 65, 92, 0.72), rgba(201, 65, 92, 0.2));
}

.yw-answer-truth {
	background: #ffffff;
}

.yw-answer-truth__grid {
	grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1fr);
	gap: 56px;
	max-width: 1120px;
}

.yw-answer-type-grid {
	gap: 20px;
}

.yw-answer-type-card {
	position: relative;
	border-color: rgba(218, 190, 151, 0.86);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(121, 84, 32, 0.1);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.yw-answer-type-card:hover {
	transform: translateY(-4px);
	border-color: rgba(201, 65, 92, 0.28);
	box-shadow: 0 30px 84px rgba(121, 84, 32, 0.14);
}

.yw-answer-type-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--yw-answer-coral), #ffb36f);
	z-index: 1;
}

.yw-answer-type-card header {
	padding: 26px 24px 24px;
	background:
		linear-gradient(180deg, #fff9ed 0%, #ffffff 100%);
	border-bottom-color: rgba(240, 223, 196, 0.9);
}

.yw-answer-type-card h3 {
	color: var(--yw-answer-blue);
	font-size: 48px;
}

.yw-answer-type-rows {
	gap: 0;
	padding: 12px;
}

.yw-answer-type-row {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	padding: 14px 12px;
	border-radius: 10px;
}

.yw-answer-type-row p {
	grid-column: 1 / -1;
	max-width: 100%;
	line-height: 1.72;
}

.yw-answer-type-row + .yw-answer-type-row {
	border-top-color: rgba(241, 234, 223, 0.92);
}

.yw-answer-type-row span {
	border-radius: 999px;
	background: #eef4ff;
}

.yw-answer-sample-grid {
	gap: 22px;
}

.yw-answer-sample-card {
	border-color: rgba(235, 226, 220, 0.92);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 22px 58px rgba(31, 35, 48, 0.1);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.yw-answer-sample-card:hover,
.yw-answer-sample-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(201, 65, 92, 0.24);
	box-shadow: 0 30px 76px rgba(31, 35, 48, 0.14);
}

.yw-answer-sample-card a {
	background: linear-gradient(180deg, #fff8ee 0%, #f7f8fb 100%);
}

.yw-answer-sample-card img {
	padding: 10px;
	background: #fffaf2;
}

.yw-answer-sample-card figcaption {
	padding: 18px 18px 20px;
}

.yw-answer-use {
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
	gap: 54px;
	align-items: center;
}

.yw-answer-use__list {
	gap: 14px;
}

.yw-answer-use__list div {
	border-color: rgba(235, 226, 220, 0.92);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: var(--yw-answer-shadow-sm);
}

.yw-answer-use__list span {
	border-radius: 999px;
	background: #fff5e5;
}

.yw-answer-compare-grid article {
	position: relative;
	padding: 28px;
	border-radius: 14px;
	box-shadow: var(--yw-answer-shadow-sm);
	overflow: hidden;
}

.yw-answer-compare-grid article:first-child {
	background: linear-gradient(135deg, #fff1f5 0%, #ffffff 72%);
}

.yw-answer-compare-grid article:nth-child(2) {
	background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 72%);
}

.yw-answer-compare-grid--vs {
	grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
	align-items: stretch;
	gap: 18px;
}

.yw-answer-compare-grid--vs .yw-answer-vs-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(235, 226, 220, 0.92);
	border-radius: 18px;
	background: #ffffff;
}

.yw-answer-compare-grid--vs .yw-answer-vs-card--template {
	border-color: rgba(244, 196, 214, 0.95);
	background: linear-gradient(135deg, #fff1f5 0%, #ffffff 74%);
}

.yw-answer-compare-grid--vs .yw-answer-vs-card--book {
	border-color: rgba(190, 208, 255, 0.95);
	background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 74%);
}

.yw-answer-vs-card header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.yw-answer-compare-grid .yw-answer-vs-card header span {
	margin: 0;
	color: var(--yw-answer-coral-deep);
	font-size: 14px;
	letter-spacing: 0;
}

.yw-answer-vs-card header strong {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: #526071;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.yw-answer-vs-card h3 {
	margin: 0;
	color: var(--yw-answer-ink);
	font-size: 24px;
	line-height: 1.34;
}

.yw-answer-vs-list {
	display: grid;
	gap: 0;
	margin: 0;
}

.yw-answer-vs-list div {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-top: 1px solid rgba(226, 232, 240, 0.82);
}

.yw-answer-vs-list dt {
	color: var(--yw-answer-coral-deep);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.7;
}

.yw-answer-vs-list dd {
	margin: 0;
	color: #526071;
	font-size: 15px;
	line-height: 1.78;
}

.yw-answer-vs-card--book .yw-answer-vs-list dt {
	color: var(--yw-answer-blue);
}

.yw-answer-vs-mark {
	align-self: center;
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(233, 30, 99, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 38px rgba(31, 35, 48, 0.12);
	color: var(--yw-answer-coral-deep);
	font-size: 18px;
	font-weight: 1000;
	letter-spacing: 0;
}

.yw-answer-compare-grid .yw-answer-vs-link {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 6px;
	color: var(--yw-answer-blue);
}

.yw-answer-fit-grid article {
	padding: 22px;
	border-radius: 12px;
}

.yw-answer-fit-grid span {
	border-radius: 999px;
}

.yw-answer-consult {
	padding: 78px 0;
	background:
		linear-gradient(135deg, #c9415c 0%, #e77464 58%, #f4b36f 100%);
	color: #ffffff;
}

.yw-answer-consult__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: 36px;
	align-items: center;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 28px 80px rgba(120, 38, 54, 0.22);
	backdrop-filter: blur(12px);
}

.yw-answer-consult__copy h2 {
	max-width: 720px;
	font-size: clamp(34px, 4.5vw, 58px);
	line-height: 1.14;
}

.yw-answer-consult__copy p:not(.yw-answer-kicker) {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.9;
}

.yw-answer-consult .yw-answer-kicker {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: none;
}

.yw-answer-consult__side {
	display: grid;
	gap: 16px;
}

.yw-answer-consult__side .yw-answer-btn {
	width: 100%;
	min-height: 58px;
	border-radius: 999px;
	font-size: 18px;
}

.yw-answer-consult .yw-answer-btn--primary {
	background: #ffffff;
	color: var(--yw-answer-coral-deep);
	box-shadow: 0 16px 36px rgba(120, 38, 54, 0.16);
}

.yw-answer-consult__qr {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	margin: 0;
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 42px rgba(120, 38, 54, 0.18);
	color: var(--yw-answer-ink);
}

.yw-answer-consult__qr img {
	width: 132px;
	height: 132px;
	border-radius: 14px;
	object-fit: cover;
	background: #ffffff;
}

.yw-answer-consult__qr figcaption {
	display: grid;
	gap: 6px;
}

.yw-answer-consult__qr strong {
	color: var(--yw-answer-ink);
	font-size: 22px;
	line-height: 1.25;
}

.yw-answer-consult__qr span {
	color: #626b7a;
	font-size: 14px;
	line-height: 1.6;
}

.yw-answer-faq-list {
	gap: 12px;
}

.yw-answer-faq-list details {
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(31, 35, 48, 0.045);
}

.yw-answer-faq-list summary {
	padding: 20px 56px 20px 22px;
}

@media (max-width: 980px) {
	.yw-answer-wrap {
		width: min(100% - 32px, 780px);
	}

	.yw-answer-hero {
		padding: 58px 0 58px;
	}

		.yw-answer-hero__grid,
		.yw-answer-use,
		.yw-answer-section__head--split {
			grid-template-columns: 1fr;
			gap: 32px;
	}

	.yw-answer-proof {
		padding-bottom: 42px;
	}

	.yw-answer-proof__grid {
		transform: none;
		margin-bottom: 0;
	}

	.yw-answer-truth__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		max-width: 780px;
	}

	.yw-answer-school-proof__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

		.yw-answer-origin-flow article::after,
		.yw-answer-chain-grid article::after {
			display: none;
		}

		.yw-answer-compare-grid--vs {
			grid-template-columns: 1fr;
			max-width: 760px;
			margin-right: auto;
			margin-left: auto;
		}

		.yw-answer-vs-mark {
			width: auto;
			height: auto;
			min-height: 34px;
			padding: 6px 18px;
			border-radius: 999px;
		}
	}

@media (max-width: 720px) {
	.yw-answer-wrap {
		width: calc(100% - 28px);
	}

	.yw-answer-nav__inner {
		min-height: 54px;
	}

	.yw-answer-hero {
		padding: 42px 0 34px;
	}

	.yw-answer-hero-title {
		font-size: 40px;
		line-height: 1.08;
	}

	.yw-answer-lead {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.85;
	}

	.yw-answer-btn {
		min-height: 50px;
	}

	.yw-answer-hero__media {
		border-radius: 12px;
		transform: none;
	}

	.yw-answer-proof__grid {
		gap: 10px;
	}

		.yw-answer-proof__grid div {
			padding: 16px;
		}

		.yw-answer-compare-grid--vs .yw-answer-vs-card {
			padding: 22px;
		}

		.yw-answer-vs-card header {
			display: grid;
			gap: 10px;
		}

		.yw-answer-vs-list div {
			grid-template-columns: 1fr;
			gap: 4px;
			padding: 12px 0;
		}

		.yw-answer-school-proof {
			padding: 18px;
			border-radius: 14px;
		}

	.yw-answer-school-proof__head {
		margin-bottom: 14px;
	}

	.yw-answer-school-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.yw-answer-school-proof__item {
		min-height: 88px;
		padding: 10px 6px;
	}

	.yw-answer-school-proof__item img {
		width: 42px;
		height: 42px;
	}

	.yw-answer-section {
		padding: 60px 0;
	}

	.yw-answer-section__head {
		margin-bottom: 28px;
	}

	.yw-answer-section h2 {
		font-size: 30px;
		line-height: 1.18;
	}

	.yw-answer-eyebrow,
	.yw-answer-kicker {
		min-height: 28px;
		font-size: 12px;
	}

	.yw-answer-problem-card,
	.yw-answer-origin-flow article,
	.yw-answer-chain-grid article,
	.yw-answer-compare-grid article,
	.yw-answer-fit-grid article {
		border-radius: 12px;
	}

		.yw-answer-type-card {
			border-radius: 12px;
		}

	.yw-answer-type-card header {
		padding: 22px 20px 20px;
	}

	.yw-answer-type-card h3 {
		font-size: 40px;
	}

	.yw-answer-type-row {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.yw-answer-sample-card {
		border-radius: 12px;
	}

	.yw-answer-consult {
		padding: 62px 0;
	}

	.yw-answer-consult__panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px;
		border-radius: 14px;
	}

	.yw-answer-consult__copy h2 {
		font-size: 40px;
	}

	.yw-answer-consult__side {
		max-width: 420px;
	}

	.yw-answer-consult__qr {
		grid-template-columns: 108px minmax(0, 1fr);
		padding: 14px;
	}

	.yw-answer-consult__qr img {
		width: 108px;
		height: 108px;
	}

	.yw-answer-mobile-cta {
		background: rgba(255, 255, 255, 0.94);
		backdrop-filter: blur(12px);
	}

.yw-answer-mobile-cta a,
.yw-answer-mobile-cta button {
		border-radius: 999px;
	}
}

@media (max-width: 420px) {
	.yw-answer-wrap {
		width: calc(100% - 24px);
	}

	.yw-answer-hero-title {
		font-size: 36px;
	}

	.yw-answer-section h2 {
		font-size: 28px;
	}

	.yw-answer-hero__notes span {
		width: calc(50% - 6px);
	}

	.yw-answer-hero__notes .yw-answer-hero__note-core {
		width: auto;
	}
}

.yw-answer-template section[id],
#yw-answer-top {
	scroll-margin-top: 86px;
}

.yw-answer-elevator {
	position: fixed;
	top: 50%;
	left: max(12px, calc((100vw - 1180px) / 2 - 150px));
	z-index: 49;
	display: grid;
	gap: 6px;
	width: 136px;
	padding: 10px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(31, 35, 48, 0.11);
	backdrop-filter: blur(14px);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-44%);
	visibility: hidden;
	transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.yw-answer-template--show-elevator .yw-answer-elevator {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%);
	visibility: visible;
}

.yw-answer-elevator__title {
	padding: 2px 8px 5px;
	color: var(--yw-answer-coral-deep);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.yw-answer-elevator a {
	position: relative;
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-height: 35px;
	padding: 8px 9px;
	border-radius: 12px;
	color: #354052;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.yw-answer-elevator a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(233, 30, 99, 0.38);
	box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.07);
}

.yw-answer-elevator a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yw-answer-elevator a:hover,
.yw-answer-elevator a:focus-visible {
	background: #fff0f5;
	color: var(--yw-answer-coral-deep);
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(233, 30, 99, 0.1);
	outline: none;
	transform: translateX(2px);
}

.yw-answer-elevator a:hover::before,
.yw-answer-elevator a:focus-visible::before {
	background: var(--yw-answer-coral);
	box-shadow: 0 0 0 4px rgba(233, 30, 99, 0.13);
}

@media (max-width: 1489px) {
	.yw-answer-elevator {
		left: -18px;
		width: 48px;
		padding: 8px;
		border-radius: 16px;
	}

	.yw-answer-elevator__title {
		display: none;
	}

	.yw-answer-elevator a {
		width: 32px;
		height: 32px;
		min-height: 32px;
		padding: 0;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0;
	}

	.yw-answer-elevator a::before {
		width: 8px;
		height: 8px;
	}

	.yw-answer-elevator a span {
		position: absolute;
		top: 50%;
		left: 42px;
		z-index: 1;
		max-width: none;
		padding: 6px 10px;
		border: 1px solid rgba(226, 232, 240, 0.9);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 10px 24px rgba(31, 35, 48, 0.12);
		color: var(--yw-answer-ink);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-50%) translateX(-4px);
		transition: opacity 0.18s ease, transform 0.18s ease;
	}

	.yw-answer-elevator a:hover span,
	.yw-answer-elevator a:focus-visible span {
		opacity: 1;
		transform: translateY(-50%) translateX(0);
	}
}

@media (max-width: 980px) {
	.yw-answer-elevator {
		left: 16px;
	}
}

@media (max-width: 720px) {
	.yw-answer-elevator {
		display: none;
	}

	.yw-answer-template section[id],
	#yw-answer-top {
		scroll-margin-top: 112px;
	}
}

@media (min-width: 981px) {
	.yw-answer-hero {
		display: flex;
		align-items: center;
		min-height: 640px;
		padding: 108px 0 102px;
		background-image:
			linear-gradient(90deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0.94) 31%, rgba(255, 250, 246, 0.42) 47%, rgba(255, 250, 246, 0) 62%, rgba(255, 250, 246, 0) 100%),
			url("hero-answer-template-v2.webp");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.yw-answer-hero__grid {
		display: block;
	}

	.yw-answer-hero__copy {
		max-width: 660px;
	}

	.yw-answer-hero__media {
		display: none;
	}
}

@media (max-width: 980px) {
	.yw-answer-hero {
		background:
			linear-gradient(115deg, rgba(255, 241, 235, 0.98) 0%, rgba(255, 253, 248, 0.96) 52%, rgba(248, 250, 255, 0.96) 100%),
			linear-gradient(180deg, #ffffff 0%, #fff7ec 100%);
	}

	.yw-answer-hero__media img {
		object-fit: cover;
	}
}

/* 27版答题模板 presentation quality pass */
.yw-answer-template {
	--yw-answer-panel: rgba(255, 255, 255, 0.94);
	--yw-answer-line-soft: rgba(235, 226, 220, 0.92);
	--yw-answer-warm-paper: #fff8f2;
	--yw-answer-rose: #c9415c;
	--yw-answer-rose-deep: #b53650;
	--yw-answer-coral-warm: #e77464;
	--yw-answer-shadow-panel: 0 28px 78px rgba(31, 35, 48, 0.09);
	--yw-answer-shadow-soft-rose: 0 24px 70px rgba(201, 65, 92, 0.14);
	background:
		linear-gradient(180deg, #ffffff 0%, #fffaf6 36%, #ffffff 72%);
	color: #202738;
}

.yw-answer-template .yw-answer-section {
	position: relative;
	padding-top: 96px;
	padding-bottom: 96px;
}

.yw-answer-template .yw-answer-section--soft {
	background:
		linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.yw-answer-template .yw-answer-section--paper {
	background:
		linear-gradient(180deg, #fff8ef 0%, #fffdf9 58%, #ffffff 100%);
}

.yw-answer-template .yw-answer-section__head {
	margin-bottom: 42px;
}

.yw-answer-template .yw-answer-section__head h2 {
	color: #202738;
}

.yw-answer-template .yw-answer-section__head p {
	color: #566273;
}

#yw-answer-type-map .yw-answer-section__head,
#yw-answer-chain .yw-answer-section__head,
#yw-answer-samples .yw-answer-section__head,
#yw-answer-compare .yw-answer-section__head,
#yw-answer-faq .yw-answer-section__head {
	display: grid;
	justify-items: center;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#yw-answer-chain .yw-answer-section__head,
#yw-answer-samples .yw-answer-section__head {
	grid-template-columns: 1fr;
	gap: 12px;
}

.yw-answer-template .yw-answer-btn,
.yw-answer-template .yw-answer-vs-link,
.yw-answer-template .yw-answer-mobile-cta a,
.yw-answer-template .yw-answer-mobile-cta button {
	text-decoration: none;
}

@media (min-width: 981px) {
	.yw-answer-template .yw-answer-hero {
		min-height: 690px;
		padding: 116px 0 120px;
		background-image:
			linear-gradient(90deg, rgba(255, 249, 244, 0.99) 0%, rgba(255, 249, 244, 0.96) 34%, rgba(255, 249, 244, 0.55) 50%, rgba(255, 249, 244, 0.08) 68%, rgba(255, 249, 244, 0) 100%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 248, 242, 0.34) 100%),
			url("hero-answer-template-v2.webp");
		background-position: center center;
		box-shadow: inset 0 -1px 0 rgba(235, 226, 220, 0.74);
	}

	.yw-answer-template .yw-answer-hero__copy {
		max-width: 700px;
	}
}

.yw-answer-template .yw-answer-hero .yw-answer-eyebrow {
	border-color: rgba(201, 65, 92, 0.2);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 32px rgba(201, 65, 92, 0.08);
}

.yw-answer-template .yw-answer-hero-title {
	text-wrap: balance;
}

.yw-answer-template .yw-answer-hero .yw-answer-lead {
	max-width: 720px;
	color: #334155;
	font-weight: 500;
}

.yw-answer-template .yw-answer-hero__notes span {
	border-color: rgba(201, 65, 92, 0.2);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 30px rgba(201, 65, 92, 0.09);
	color: var(--yw-answer-rose-deep);
	font-weight: 900;
}

.yw-answer-template .yw-answer-hero__notes span::before {
	background: var(--yw-answer-coral);
}

.yw-answer-template .yw-answer-proof {
	padding-top: 0;
	padding-bottom: 52px;
	background: #ffffff;
}

.yw-answer-template .yw-answer-proof__grid {
	position: relative;
	z-index: 2;
	gap: 10px;
	margin-top: -48px;
	padding: 10px;
	border: 1px solid rgba(235, 226, 220, 0.82);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: var(--yw-answer-shadow-panel);
	backdrop-filter: blur(14px);
}

.yw-answer-template .yw-answer-proof__grid > div {
	position: relative;
	min-height: 112px;
	padding: 24px 24px 22px;
	border: 0;
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 243, 0.92) 100%);
	box-shadow: none;
	overflow: hidden;
}

.yw-answer-template .yw-answer-proof__grid > div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--yw-answer-coral), #ffb16d);
}

.yw-answer-template .yw-answer-proof__grid strong {
	color: #2260d6;
}

.yw-answer-template .yw-answer-proof__grid span {
	color: #526071;
	font-weight: 700;
}

.yw-answer-template .yw-answer-problem-grid {
	align-items: stretch;
	gap: 22px;
}

.yw-answer-template .yw-answer-problem-card,
.yw-answer-template .yw-answer-origin-flow article,
.yw-answer-template .yw-answer-chain-grid article,
.yw-answer-template .yw-answer-fit-grid article {
	position: relative;
	border: 1px solid var(--yw-answer-line-soft);
	border-radius: 18px;
	background: var(--yw-answer-panel);
	box-shadow: 0 18px 54px rgba(31, 35, 48, 0.07);
	overflow: hidden;
}

.yw-answer-template .yw-answer-problem-card {
	min-height: 250px;
	padding: 34px 30px 30px;
}

.yw-answer-template .yw-answer-problem-card::before,
.yw-answer-template .yw-answer-origin-flow article::before,
.yw-answer-template .yw-answer-chain-grid article::before,
.yw-answer-template .yw-answer-fit-grid article::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--yw-answer-coral), #ffb16d);
}

.yw-answer-template .yw-answer-problem-card span {
	position: absolute;
	top: 18px;
	right: 24px;
	width: auto;
	height: auto;
	border: 0;
	background: transparent;
	color: rgba(201, 65, 92, 0.12);
	font-size: 72px;
	font-weight: 1000;
	line-height: 1;
}

.yw-answer-template .yw-answer-problem-card h3 {
	position: relative;
	max-width: 300px;
	margin-top: 40px;
	font-size: 23px;
	line-height: 1.45;
}

.yw-answer-template .yw-answer-problem-card p {
	position: relative;
	color: #5b6676;
	font-weight: 500;
}

.yw-answer-template .yw-answer-origin-flow {
	position: relative;
	gap: 20px;
}

.yw-answer-template .yw-answer-origin-flow::before {
	content: "";
	position: absolute;
	top: 62px;
	left: 7%;
	right: 7%;
	height: 1px;
	background: linear-gradient(90deg, rgba(201, 65, 92, 0), rgba(201, 65, 92, 0.28), rgba(201, 65, 92, 0));
}

.yw-answer-template .yw-answer-origin-flow article {
	min-height: 230px;
	padding: 32px 26px 28px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.yw-answer-template .yw-answer-origin-flow article::after,
.yw-answer-template .yw-answer-chain-grid article::after {
	display: none;
}

.yw-answer-template .yw-answer-origin-flow span,
.yw-answer-template .yw-answer-chain-grid span {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff3f6;
	box-shadow: inset 0 0 0 1px rgba(201, 65, 92, 0.14);
	color: var(--yw-answer-rose);
}

.yw-answer-template .yw-answer-truth {
	background:
		linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.yw-answer-template .yw-answer-truth__grid {
	max-width: 1160px;
	grid-template-columns: minmax(0, 0.72fr) minmax(540px, 1fr);
	gap: 60px;
	align-items: center;
}

.yw-answer-template .yw-answer-truth__copy {
	position: relative;
	padding: 34px 0;
}

.yw-answer-template .yw-answer-truth__copy h2 {
	text-wrap: balance;
}

.yw-answer-template .yw-answer-school-proof {
	padding: 26px;
	border: 1px solid rgba(235, 226, 220, 0.84);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 243, 0.92) 100%);
	box-shadow: var(--yw-answer-shadow-panel);
}

.yw-answer-template .yw-answer-school-proof::before {
	display: none;
}

.yw-answer-template .yw-answer-school-proof__head {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(235, 226, 220, 0.84);
}

.yw-answer-template .yw-answer-school-proof__head span {
	color: var(--yw-answer-rose);
}

.yw-answer-template .yw-answer-school-proof__head strong {
	color: #202738;
}

.yw-answer-template .yw-answer-school-proof__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.yw-answer-template .yw-answer-school-proof__item {
	min-height: 98px;
	padding: 13px 8px 12px;
	border: 1px solid rgba(226, 232, 240, 0.74);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 24px rgba(31, 35, 48, 0.045);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.yw-answer-template .yw-answer-school-proof__item:hover {
	transform: translateY(-2px);
	border-color: rgba(201, 65, 92, 0.22);
	box-shadow: 0 16px 34px rgba(31, 35, 48, 0.08);
}

.yw-answer-template .yw-answer-school-proof__item img {
	width: 44px;
	height: 44px;
	padding: 2px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.9), 0 6px 14px rgba(31, 35, 48, 0.06);
	object-fit: cover;
	filter: contrast(1.08) saturate(1.06) drop-shadow(0 1px 1px rgba(32, 39, 56, 0.16));
}

.yw-answer-template .yw-answer-school-proof__item span {
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.yw-answer-template .yw-answer-type-grid {
	gap: 24px;
	align-items: stretch;
}

.yw-answer-template .yw-answer-type-card {
	border: 1px solid rgba(218, 190, 151, 0.78);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 26px 76px rgba(121, 84, 32, 0.11);
	overflow: hidden;
}

.yw-answer-template .yw-answer-type-card::before {
	height: 5px;
	background: linear-gradient(90deg, var(--yw-answer-coral), #ffb16d, #ffd08b);
}

.yw-answer-template .yw-answer-type-card header {
	padding: 28px 26px 24px;
	background:
		linear-gradient(135deg, #fff4e7 0%, #ffffff 74%);
	border-bottom: 1px solid rgba(240, 223, 196, 0.92);
}

.yw-answer-template .yw-answer-type-card header div {
	align-items: flex-start;
}

.yw-answer-template .yw-answer-type-card header span {
	color: var(--yw-answer-rose);
	font-size: 16px;
	font-weight: 1000;
}

.yw-answer-template .yw-answer-type-card h3 {
	color: #2260d6;
	font-size: 54px;
	line-height: 0.95;
}

.yw-answer-template .yw-answer-type-card header p {
	max-width: 330px;
	color: #5b6676;
	font-weight: 700;
}

.yw-answer-template .yw-answer-type-rows {
	padding: 8px 18px 18px;
}

.yw-answer-template .yw-answer-type-row {
	grid-template-columns: 82px 64px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 18px 4px;
	border-radius: 0;
}

.yw-answer-template .yw-answer-type-row strong {
	color: #202738;
	font-size: 15px;
}

.yw-answer-template .yw-answer-type-row span {
	min-width: 58px;
	padding: 6px 11px;
	background: #eef4ff;
	color: #2260d6;
	font-weight: 1000;
}

.yw-answer-template .yw-answer-type-row p {
	grid-column: auto;
	color: #5b6676;
	font-size: 14px;
	line-height: 1.72;
}

.yw-answer-template .yw-answer-chain-grid {
	position: relative;
	gap: 20px;
}

.yw-answer-template .yw-answer-chain-grid::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, rgba(201, 65, 92, 0), rgba(201, 65, 92, 0.24), rgba(201, 65, 92, 0));
}

.yw-answer-template .yw-answer-chain-grid article {
	min-height: 234px;
	padding: 32px 26px 28px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.yw-answer-template .yw-answer-sample-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.yw-answer-template .yw-answer-sample-card {
	border: 1px solid rgba(235, 226, 220, 0.92);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 24px 66px rgba(31, 35, 48, 0.1);
	overflow: hidden;
}

.yw-answer-template .yw-answer-sample-card:first-child {
	grid-column: span 2;
}

.yw-answer-template .yw-answer-sample-card a {
	display: block;
	padding: 12px;
	background:
		linear-gradient(180deg, #fff8ef 0%, #f7f8fb 100%);
}

.yw-answer-template .yw-answer-sample-card img {
	display: block;
	width: 100%;
	height: 216px;
	padding: 0;
	border-radius: 12px;
	background: #151515;
	object-fit: cover;
}

.yw-answer-template .yw-answer-sample-card:first-child img {
	height: 320px;
}

.yw-answer-template .yw-answer-sample-card figcaption {
	padding: 22px 22px 24px;
}

.yw-answer-template .yw-answer-sample-card figcaption span {
	color: var(--yw-answer-rose);
	font-weight: 1000;
}

.yw-answer-template .yw-answer-sample-card figcaption strong {
	color: #202738;
}

.yw-answer-template .yw-answer-compare-grid--vs {
	position: relative;
	max-width: 1080px;
	margin: 42px auto 0;
	grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
	gap: 16px;
}

.yw-answer-template .yw-answer-compare-grid--vs .yw-answer-vs-card {
	padding: 34px;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(31, 35, 48, 0.08);
}

.yw-answer-template .yw-answer-compare-grid--vs .yw-answer-vs-card--template {
	border-color: rgba(244, 196, 214, 0.94);
	background:
		linear-gradient(135deg, #fff2f6 0%, #ffffff 76%);
}

.yw-answer-template .yw-answer-compare-grid--vs .yw-answer-vs-card--book {
	border-color: rgba(185, 206, 255, 0.94);
	background:
		linear-gradient(135deg, #f3f7ff 0%, #ffffff 76%);
}

.yw-answer-template .yw-answer-vs-card h3 {
	font-size: 25px;
}

.yw-answer-template .yw-answer-vs-list div {
	padding: 16px 0;
}

.yw-answer-template .yw-answer-vs-mark {
	width: 60px;
	height: 60px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(31, 35, 48, 0.14);
}

.yw-answer-template .yw-answer-fit-grid {
	gap: 22px;
}

.yw-answer-template .yw-answer-fit-grid article {
	min-height: 210px;
	padding: 30px 26px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
}

.yw-answer-template .yw-answer-fit-grid span {
	display: inline-flex;
	min-height: 28px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #effaf5;
	color: #087f5b;
	font-size: 13px;
	font-weight: 1000;
}

.yw-answer-template .yw-answer-fit-grid p {
	color: #536171;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.9;
}

.yw-answer-template .yw-answer-consult {
	padding: 88px 0;
	background:
		linear-gradient(135deg, #c9415c 0%, #df6b66 54%, #f2b172 100%);
}

.yw-answer-template .yw-answer-consult__panel {
	max-width: 1120px;
	padding: 46px;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.09) 100%);
	box-shadow: 0 32px 90px rgba(117, 37, 53, 0.24);
}

.yw-answer-template .yw-answer-consult__copy h2 {
	font-size: 54px;
	line-height: 1.14;
	text-wrap: balance;
}

.yw-answer-template .yw-answer-consult__copy p:not(.yw-answer-kicker) {
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
}

.yw-answer-template .yw-answer-consult__qr {
	border-radius: 20px;
	box-shadow: 0 22px 48px rgba(117, 37, 53, 0.2);
}

.yw-answer-template .yw-answer-faq-list {
	max-width: 980px;
	margin: 0 auto;
	gap: 14px;
}

.yw-answer-template .yw-answer-faq-list details {
	border: 1px solid rgba(235, 226, 220, 0.92);
	border-radius: 16px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
	box-shadow: 0 14px 36px rgba(31, 35, 48, 0.055);
}

.yw-answer-template .yw-answer-faq-list summary {
	padding: 22px 60px 22px 24px;
	color: #202738;
	font-size: 18px;
}

.yw-answer-template .yw-answer-faq-list p {
	padding: 0 24px 24px;
	color: #5b6676;
}

@media (max-width: 1180px) {
	.yw-answer-template .yw-answer-type-grid,
	.yw-answer-template .yw-answer-sample-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yw-answer-template .yw-answer-sample-card:first-child {
		grid-column: span 2;
	}

	.yw-answer-template .yw-answer-truth__grid {
		grid-template-columns: 1fr;
	}

	.yw-answer-template .yw-answer-truth__copy {
		padding-bottom: 0;
		text-align: center;
	}
}

@media (max-width: 980px) {
	.yw-answer-template .yw-answer-section {
		padding-top: 76px;
		padding-bottom: 76px;
	}

	.yw-answer-template .yw-answer-proof__grid {
		margin-top: -28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yw-answer-template .yw-answer-problem-card,
	.yw-answer-template .yw-answer-origin-flow article,
	.yw-answer-template .yw-answer-chain-grid article,
	.yw-answer-template .yw-answer-fit-grid article {
		min-height: auto;
	}

	.yw-answer-template .yw-answer-origin-flow::before,
	.yw-answer-template .yw-answer-chain-grid::before {
		display: none;
	}

	.yw-answer-template .yw-answer-school-proof__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.yw-answer-template .yw-answer-type-row {
		grid-template-columns: 78px 62px minmax(0, 1fr);
	}

	.yw-answer-template .yw-answer-compare-grid--vs {
		grid-template-columns: 1fr;
	}

	.yw-answer-template .yw-answer-vs-mark {
		margin: -4px auto;
	}

	.yw-answer-template .yw-answer-consult__copy h2 {
		font-size: 42px;
	}
}

@media (max-width: 720px) {
	.yw-answer-template .yw-answer-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.yw-answer-template .yw-answer-section__head {
		margin-bottom: 30px;
	}

	.yw-answer-template .yw-answer-proof__grid,
	.yw-answer-template .yw-answer-type-grid,
	.yw-answer-template .yw-answer-sample-grid {
		grid-template-columns: 1fr;
	}

	.yw-answer-template .yw-answer-proof__grid > div {
		min-height: 96px;
	}

	.yw-answer-template .yw-answer-sample-card:first-child {
		grid-column: auto;
	}

	.yw-answer-template .yw-answer-sample-card img,
	.yw-answer-template .yw-answer-sample-card:first-child img {
		height: 210px;
	}

	.yw-answer-template .yw-answer-school-proof {
		padding: 18px;
	}

	.yw-answer-template .yw-answer-school-proof__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.yw-answer-template .yw-answer-school-proof__item {
		min-height: 92px;
	}

	.yw-answer-template .yw-answer-type-card h3 {
		font-size: 44px;
	}

	.yw-answer-template .yw-answer-type-row {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
	}

	.yw-answer-template .yw-answer-type-row p {
		grid-column: 1 / -1;
	}

	.yw-answer-template .yw-answer-problem-card span {
		font-size: 54px;
	}

	.yw-answer-template .yw-answer-problem-card h3 {
		margin-top: 28px;
	}

	.yw-answer-template .yw-answer-vs-card header {
		display: grid;
	}

	.yw-answer-template .yw-answer-vs-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.yw-answer-template .yw-answer-fit-grid p {
		font-size: 16px;
	}

	.yw-answer-template .yw-answer-consult {
		padding: 64px 0;
	}

	.yw-answer-template .yw-answer-consult__panel {
		padding: 28px;
		border-radius: 22px;
	}

	.yw-answer-template .yw-answer-consult__copy h2 {
		font-size: 34px;
	}

	.yw-answer-template .yw-answer-consult__copy p:not(.yw-answer-kicker) {
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1489px) {
	.yw-answer-template .yw-answer-elevator {
		left: 18px;
		width: 44px;
		padding: 8px;
		border-color: rgba(235, 226, 220, 0.9);
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 18px 42px rgba(31, 35, 48, 0.1);
	}

	.yw-answer-template .yw-answer-elevator a {
		width: 28px;
		height: 30px;
		min-height: 30px;
	}

	.yw-answer-template .yw-answer-elevator a span {
		left: 38px;
	}
}

/* Readability lift: these are reader-facing explanations, not decorative hints. */
.yw-answer-template {
	--yw-answer-muted: #3f4a5a;
	--yw-answer-readable: #3f4a5a;
	--yw-answer-readable-strong: #344052;
}

.yw-answer-template .yw-answer-section__head p,
.yw-answer-template .yw-answer-truth__copy p,
.yw-answer-template .yw-answer-problem-card p,
.yw-answer-template .yw-answer-origin-flow p,
.yw-answer-template .yw-answer-chain-grid p,
.yw-answer-template .yw-answer-type-card header p,
.yw-answer-template .yw-answer-type-row p,
.yw-answer-template .yw-answer-sample-card figcaption em,
.yw-answer-template .yw-answer-vs-list dd,
.yw-answer-template .yw-answer-fit-grid p,
.yw-answer-template .yw-answer-faq-list p,
.yw-answer-template .yw-answer-proof__grid span,
.yw-answer-template .yw-answer-consult__qr span {
	color: var(--yw-answer-readable);
}

.yw-answer-template .yw-answer-school-proof__item span,
.yw-answer-template .yw-answer-vs-card header strong {
	color: var(--yw-answer-readable-strong);
}

.yw-answer-template .yw-answer-type-row {
	grid-template-columns: minmax(0, 1fr) auto;
	row-gap: 10px;
	padding-top: 20px;
	padding-bottom: 22px;
}

.yw-answer-template .yw-answer-type-row strong {
	font-size: 16px;
	line-height: 1.45;
}

.yw-answer-template .yw-answer-type-row span {
	justify-self: end;
}

.yw-answer-template .yw-answer-type-row p {
	grid-column: 1 / -1;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.92;
	text-wrap: pretty;
}

@media (max-width: 720px) {
	.yw-answer-template .yw-answer-type-row p {
		font-size: 15px;
		line-height: 1.9;
	}
}

.yw-answer-template .yw-answer-chain-grid {
	--yw-chain-rose: #c9415c;
	--yw-chain-coral: #e77464;
}

.yw-answer-template .yw-answer-chain-grid::before {
	top: 78px;
	height: 2px;
	background:
		linear-gradient(90deg, rgba(201, 65, 92, 0), rgba(201, 65, 92, 0.42) 14%, rgba(231, 116, 100, 0.46) 50%, rgba(201, 65, 92, 0.36) 86%, rgba(201, 65, 92, 0));
	transform-origin: left center;
}

.yw-answer-template .yw-answer-chain-grid article {
	min-height: 250px;
	padding-top: 34px;
	overflow: visible;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.yw-answer-template .yw-answer-chain-grid article:hover {
	transform: translateY(-5px);
	border-color: rgba(201, 65, 92, 0.24);
	box-shadow: 0 28px 70px rgba(31, 35, 48, 0.1);
}

.yw-answer-template .yw-answer-chain-badge {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	margin-bottom: 28px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 244, 248, 0.98) 0%, rgba(255, 249, 242, 0.98) 100%);
	box-shadow: 0 18px 36px rgba(201, 65, 92, 0.13), inset 0 0 0 1px rgba(201, 65, 92, 0.14);
}

.yw-answer-template .yw-answer-chain-grid .yw-answer-chain-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(201, 65, 92, 0.1);
	color: var(--yw-chain-rose);
}

.yw-answer-template .yw-answer-chain-grid .yw-answer-chain-icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.yw-answer-template .yw-answer-chain-grid .yw-answer-chain-num {
	position: absolute;
	top: -9px;
	right: -9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--yw-answer-coral), var(--yw-chain-coral));
	box-shadow: 0 10px 20px rgba(201, 65, 92, 0.22);
	color: #ffffff;
	font-size: 12px;
	font-weight: 1000;
	line-height: 1;
}

.yw-answer-template .yw-answer-chain-grid article:nth-child(1) .yw-answer-chain-icon {
	color: #d23668;
}

.yw-answer-template .yw-answer-chain-grid article:nth-child(2) .yw-answer-chain-icon {
	color: #c65a3f;
}

.yw-answer-template .yw-answer-chain-grid article:nth-child(3) .yw-answer-chain-icon {
	color: #2f6dd8;
}

.yw-answer-template .yw-answer-chain-grid article:nth-child(4) .yw-answer-chain-icon {
	color: #0f8a64;
}

@media (prefers-reduced-motion: no-preference) {
	.yw-answer-template .yw-answer-chain-grid::before {
		animation: yw-answer-chain-line 1.1s ease-out both;
	}

	.yw-answer-template .yw-answer-chain-grid article {
		animation: yw-answer-chain-card 0.58s ease-out both;
	}

	.yw-answer-template .yw-answer-chain-grid article:nth-child(2) {
		animation-delay: 0.08s;
	}

	.yw-answer-template .yw-answer-chain-grid article:nth-child(3) {
		animation-delay: 0.16s;
	}

	.yw-answer-template .yw-answer-chain-grid article:nth-child(4) {
		animation-delay: 0.24s;
	}

	.yw-answer-template .yw-answer-chain-icon svg {
		animation: yw-answer-chain-icon 1.8s ease-in-out 0.4s both;
	}
}

@keyframes yw-answer-chain-line {
	from {
		opacity: 0;
		transform: scaleX(0);
	}
	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes yw-answer-chain-card {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes yw-answer-chain-icon {
	0% {
		transform: translateY(0);
	}
	38% {
		transform: translateY(-3px);
	}
	76% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

@media (max-width: 980px) {
	.yw-answer-template .yw-answer-chain-grid::before {
		display: none;
	}

	.yw-answer-template .yw-answer-chain-grid article {
		min-height: auto;
	}
}

@media (max-width: 720px) {
	.yw-answer-template .yw-answer-chain-badge {
		width: 66px;
		height: 66px;
		margin-bottom: 22px;
		border-radius: 20px;
	}

	.yw-answer-template .yw-answer-chain-grid .yw-answer-chain-icon {
		width: 44px;
		height: 44px;
	}

	.yw-answer-template .yw-answer-chain-grid .yw-answer-chain-icon svg {
		width: 25px;
		height: 25px;
	}
}

/* Crafto-inspired service cards for the fit section, adapted to 一往文学 colors. */
.yw-answer-template .yw-answer-fit-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 4% 18%, rgba(233, 30, 99, 0.055), transparent 25%),
		radial-gradient(circle at 96% 20%, rgba(47, 99, 215, 0.055), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.yw-answer-template .yw-answer-fit-section .yw-answer-section__head {
	margin-bottom: 44px;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article {
	display: flex;
	flex-direction: column;
	min-height: 306px;
	padding: 44px 42px 38px;
	border: 1px solid rgba(226, 232, 240, 0.74);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 68px rgba(31, 35, 48, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article::before {
	display: none;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-action,
.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article.is-muted {
	display: none !important;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article:hover {
	border-color: rgba(233, 30, 99, 0.22);
	box-shadow: 0 34px 82px rgba(31, 35, 48, 0.13);
	transform: translateY(-10px);
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin: 0 0 34px;
	padding: 0;
	border: 1px solid rgba(233, 30, 99, 0.1);
	border-radius: 16px;
	background:
		linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
	color: var(--yw-answer-coral);
	box-shadow: 0 18px 36px rgba(233, 30, 99, 0.09);
	transition: transform 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article:hover .yw-answer-fit-icon {
	color: var(--yw-answer-coral-deep);
	box-shadow: 0 22px 44px rgba(233, 30, 99, 0.14);
	transform: translateY(-6px);
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-label {
	display: inline-flex;
	width: fit-content;
	min-height: auto;
	margin: 0 0 14px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--yw-answer-coral-deep);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
}

.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid p {
	margin: 0;
	color: #263244;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.78;
}

@media (max-width: 980px) {
	.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article {
		min-height: 260px;
		padding: 36px 30px 32px;
	}
}

@media (max-width: 720px) {
	.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid {
		grid-template-columns: 1fr;
	}

	.yw-answer-template .yw-answer-fit-section .yw-answer-fit-grid article {
		min-height: auto;
		padding: 30px 26px 28px;
	}

	.yw-answer-template .yw-answer-fit-section .yw-answer-fit-icon {
		margin-bottom: 24px;
	}
}

/* Embedded PDF previews for the free sample section. */
.yw-answer-template .yw-answer-pdf-previews {
	display: grid;
	max-width: 1120px;
	margin: 0 auto;
	gap: 34px;
}

.yw-answer-template .yw-answer-pdf-card {
	position: relative;
	display: grid;
	gap: 20px;
	padding: 28px;
	border: 1px solid rgba(226, 232, 240, 0.92);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 252, 249, 0.96) 100%);
	box-shadow: 0 24px 70px rgba(31, 35, 48, 0.08);
}

.yw-answer-template .yw-answer-pdf-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.yw-answer-template .yw-answer-pdf-card__head span {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff1f5;
	color: var(--yw-answer-coral-deep);
	font-size: 13px;
	font-weight: 1000;
}

.yw-answer-template .yw-answer-pdf-card__head h3 {
	margin: 0;
	color: #202738;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 1000;
	line-height: 1.22;
	letter-spacing: 0;
}

.yw-answer-template .yw-answer-pdf-card__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	min-width: 220px;
}

.yw-answer-template .yw-answer-pdf-card__meta strong,
.yw-answer-template .yw-answer-pdf-card__meta em {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 14px;
	font-style: normal;
	font-weight: 1000;
	white-space: nowrap;
}

.yw-answer-template .yw-answer-pdf-card__meta strong {
	background: #eef3ff;
	color: var(--yw-answer-blue);
}

.yw-answer-template .yw-answer-pdf-card__meta em {
	background: #fff4e7;
	color: #b45b18;
}

.yw-answer-template .yw-answer-pdf-card > p {
	max-width: 760px;
	margin: -2px 0 0;
	color: var(--yw-answer-readable);
	font-size: 17px;
	font-weight: 650;
	line-height: 1.82;
}

.yw-answer-template .yw-answer-pdf-cover {
	display: none !important;
}

.yw-answer-template .yw-answer-pdf-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.94);
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 42px rgba(31, 35, 48, 0.08);
}

.yw-answer-template .yw-answer-flipbook-frame {
	padding: 12px;
}

.yw-answer-template .yw-answer-flipbook-frame ._df_book {
	width: 100%;
	height: clamp(480px, 52vw, 620px) !important;
	min-height: 480px;
	border-radius: 6px;
	background: #111827;
	overflow: hidden;
}

.yw-answer-template .yw-answer-flipbook-frame .df-lite {
	margin: 0;
}

.yw-answer-template .yw-answer-flipbook-frame canvas {
	max-width: 100%;
}

.yw-answer-template .yw-answer-pdf-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	justify-self: start;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid rgba(233, 30, 99, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: var(--yw-answer-coral-deep);
	font-size: 15px;
	font-weight: 1000;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(233, 30, 99, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.yw-answer-template .yw-answer-pdf-card__link:hover,
.yw-answer-template .yw-answer-pdf-card__link:focus-visible {
	background: var(--yw-answer-coral);
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(233, 30, 99, 0.18);
	text-decoration: none;
	transform: translateY(-2px);
}

.yw-answer-template .yw-answer-pdf-card__link i {
	font-style: normal;
	transition: transform 0.2s ease;
}

.yw-answer-template .yw-answer-pdf-card__link:hover i,
.yw-answer-template .yw-answer-pdf-card__link:focus-visible i {
	transform: translateX(4px);
}

@media (max-width: 980px) {
	.yw-answer-template .yw-answer-pdf-card {
		padding: 24px;
	}

	.yw-answer-template .yw-answer-pdf-card__head {
		display: grid;
	}

	.yw-answer-template .yw-answer-pdf-card__meta {
		justify-content: flex-start;
		min-width: 0;
	}

	.yw-answer-template .yw-answer-flipbook-frame ._df_book {
		height: 520px !important;
		min-height: 460px;
	}
}

@media (max-width: 720px) {
	.yw-answer-template .yw-answer-pdf-previews {
		gap: 24px;
	}

	.yw-answer-template .yw-answer-pdf-card {
		padding: 18px;
	}

	.yw-answer-template .yw-answer-pdf-card > p {
		font-size: 15.5px;
	}

	.yw-answer-template .yw-answer-flipbook-frame {
		padding: 8px;
	}

	.yw-answer-template .yw-answer-flipbook-frame ._df_book {
		height: 430px !important;
		min-height: 430px;
	}

	.yw-answer-template .yw-answer-pdf-card__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.yw-answer-template *,
	.yw-answer-template *::before,
	.yw-answer-template *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
