.ycln-page {
	--ycln-ink: #3e3a39;
	--ycln-ink-deep: #192a3d;
	--ycln-muted: #7f8181;
	--ycln-paper: #ffffff;
	--ycln-mist: #f7f8f6;
	--ycln-soft: #f2f2f2;
	--ycln-olive: #5f7642;
	--ycln-olive-soft: #dfe5d8;
	--ycln-gold: #a58142;
	--ycln-line: rgba(62, 58, 57, 0.18);
	--ycln-heading-font: "hiragino-mincho-pron", "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	--ycln-body-font: "hiragino-mincho-pron", "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	box-sizing: border-box;
	width: 100%;
	max-width: 1290px;
	margin-inline: auto;
	background: var(--ycln-paper);
	color: var(--ycln-ink);
	font-family: var(--ycln-body-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.08em;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(62, 58, 57, 0.06);
}

.ycln-page,
.ycln-page *,
.ycln-page *::before,
.ycln-page *::after {
	box-sizing: border-box;
}

.ycln-page.ycln-page :is(h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure, dl, dt, dd) {
	margin: 0;
}

.ycln-page.ycln-page :is(ol, ul) {
	padding-inline-start: 0;
}

.ycln-page.ycln-page figure {
	padding: 0;
}

.ycln-page a {
	color: inherit;
	text-decoration: none;
}

.ycln-page button,
.ycln-page select {
	font: inherit;
}

.ycln-page [hidden] {
	display: none !important;
}

.ycln-hero {
	position: relative;
	display: grid;
	min-height: 700px;
	grid-template-columns: 1.04fr 0.96fr;
	align-items: center;
	padding: 92px 68px 90px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 53%, rgba(247, 248, 246, 0.9) 100%),
		repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(62, 58, 57, 0.05) 25%);
}

.ycln-hero::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 53.5%;
	width: 1px;
	background: linear-gradient(transparent, var(--ycln-line) 18%, var(--ycln-line) 82%, transparent);
	content: "";
}

.ycln-hero-copy {
	position: relative;
	z-index: 2;
	display: flex;
	max-width: 630px;
	flex-direction: column;
	align-items: flex-start;
}

.ycln-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--ycln-olive);
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.4;
}

.ycln-eyebrow > span {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: currentColor;
}

.ycln-hero h2 {
	margin-top: 28px !important;
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: clamp(44px, 4.1vw, 62px);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.48;
}

.ycln-hero-intro {
	max-width: 520px;
	margin-top: 25px !important;
	color: var(--ycln-muted);
	font-size: 15px;
	line-height: 2;
}

.ycln-calculator {
	width: 100%;
	max-width: 610px;
	margin-top: 42px;
}

.ycln-field-title {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.ycln-input-shell {
	display: grid;
	grid-template-columns: 1fr auto;
	border: 1px solid var(--ycln-line);
	background: var(--ycln-paper);
}

.ycln-birthday-fields {
	display: grid;
	grid-template-columns: 1.35fr 0.84fr 0.84fr;
}

.ycln-birthday-fields label {
	position: relative;
	border-right: 1px solid var(--ycln-line);
}

.ycln-birthday-fields label > span {
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 1;
	color: var(--ycln-muted);
	font-family: Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 0.12em;
	pointer-events: none;
}

.ycln-birthday-fields select {
	width: 100%;
	height: 64px;
	min-height: 44px;
	padding: 23px 28px 6px 14px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background-color: transparent;
	color: var(--ycln-ink);
	font-family: Arial, "Noto Sans TC", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	cursor: pointer;
}

.ycln-birthday-fields select:focus-visible {
	box-shadow: inset 0 0 0 2px var(--ycln-olive);
}

.ycln-input-shell button {
	min-width: 148px;
	min-height: 64px;
	padding: 15px 22px;
	border: 0;
	border-radius: 0;
	background: var(--ycln-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.12em;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.ycln-input-shell button span {
	margin-left: 12px;
}

.ycln-input-shell button:focus-visible,
.ycln-page a:focus-visible {
	outline: 2px solid var(--ycln-olive);
	outline-offset: 4px;
}

.ycln-form-error {
	margin-top: 12px !important;
	color: #8d3f3a;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.ycln-privacy-note {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 15px !important;
	color: var(--ycln-muted);
	font-size: 11px;
	letter-spacing: 0.08em;
}

.ycln-privacy-note > span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ycln-olive);
	box-shadow: 0 0 0 4px rgba(95, 118, 66, 0.12);
}

.ycln-hero-visual {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 520px;
	place-items: center;
}

.ycln-jewel-wheel {
	position: relative;
	width: min(34vw, 455px);
	aspect-ratio: 1;
	border-radius: 50%;
}

.ycln-wheel-ring {
	position: absolute;
	border: 1px solid rgba(62, 58, 57, 0.3);
	border-radius: 50%;
	inset: 0;
}

.ycln-wheel-ring-outer::before,
.ycln-wheel-ring-outer::after {
	position: absolute;
	border: 1px solid rgba(62, 58, 57, 0.17);
	border-radius: 50%;
	content: "";
	inset: 8%;
}

.ycln-wheel-ring-outer::after {
	border-style: dashed;
	inset: 20%;
}

.ycln-wheel-ring-inner {
	border-color: rgba(95, 118, 66, 0.48);
	inset: 34%;
}

.ycln-wheel-ring-inner::before,
.ycln-wheel-ring-inner::after {
	position: absolute;
	background: rgba(62, 58, 57, 0.14);
	content: "";
}

.ycln-wheel-ring-inner::before {
	top: -20%;
	left: 50%;
	width: 1px;
	height: 140%;
}

.ycln-wheel-ring-inner::after {
	top: 50%;
	left: -20%;
	width: 140%;
	height: 1px;
}

.ycln-wheel-center {
	position: absolute;
	display: grid;
	border: 1px solid var(--ycln-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	inset: 38%;
	place-content: center;
	text-align: center;
	box-shadow: 0 18px 40px rgba(25, 42, 61, 0.08);
}

.ycln-wheel-center span {
	color: var(--ycln-muted);
	font-size: 9px;
	letter-spacing: 0.14em;
}

.ycln-wheel-center strong {
	margin-top: 6px;
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
}

.ycln-wheel-number {
	position: absolute;
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: 27px;
	font-weight: 300;
	line-height: 1;
}

.ycln-number-one { top: -2%; left: 48%; }
.ycln-number-two { top: 12%; right: 14%; }
.ycln-number-three { top: 45%; right: 0; }
.ycln-number-four { right: 14%; bottom: 11%; }
.ycln-number-five { bottom: -2%; left: 48%; }
.ycln-number-six { bottom: 11%; left: 14%; }
.ycln-number-seven { top: 45%; left: 0; }
.ycln-number-eight { top: 12%; left: 14%; }
.ycln-number-nine { top: 21%; left: 48%; color: var(--ycln-olive); font-size: 19px; }

.ycln-gem {
	position: absolute;
	z-index: 2;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background: var(--ycln-olive);
	box-shadow: 0 0 0 1px rgba(62, 58, 57, 0.18), 0 5px 15px rgba(62, 58, 57, 0.16);
	transform: rotate(45deg);
}

.ycln-gem-one { top: 2%; right: 27%; }
.ycln-gem-two { right: 7%; bottom: 23%; background: var(--ycln-gold); }
.ycln-gem-three { bottom: 6%; left: 23%; background: #67888a; }

.ycln-visual-note {
	position: absolute;
	right: -8px;
	bottom: 4%;
	color: var(--ycln-muted);
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.12em;
	line-height: 1.9;
}

.ycln-visual-note > span {
	display: block;
	width: 38px;
	height: 1px;
	margin-bottom: 10px;
	background: var(--ycln-olive);
}

.ycln-result {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	border-top: 1px solid var(--ycln-line);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	background: var(--ycln-ink-deep);
	color: #fff;
	scroll-margin-top: 24px;
}

.ycln-result-number {
	display: flex;
	min-height: 395px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 44px 24px;
	background: var(--ycln-result-color, var(--ycln-olive));
	text-align: center;
	transition: background-color 220ms ease;
}

.ycln-result-number.ycln-light-tone {
	color: var(--ycln-ink-deep);
}

.ycln-result-number p {
	font-size: 12px;
	letter-spacing: 0.14em;
}

.ycln-result-number strong {
	font-family: var(--ycln-heading-font);
	font-size: 150px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.92;
}

.ycln-result-number > span {
	min-width: 112px;
	margin-top: 22px;
	padding: 7px 18px;
	border: 1px solid currentColor;
	font-size: 13px;
	letter-spacing: 0.12em;
}

.ycln-result-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 8%;
}

.ycln-result-kicker {
	color: #b9c4a8;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.24em;
}

.ycln-result-content h3 {
	max-width: 710px;
	margin-top: 16px !important;
	color: #fff;
	font-family: var(--ycln-heading-font);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.65;
}

.ycln-calculation-trail {
	display: grid;
	margin-top: 34px;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ycln-calculation-trail > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ycln-calculation-trail span {
	color: #b9c4a8;
	font-size: 11px;
}

.ycln-calculation-trail b {
	font-family: Arial, "Noto Sans TC", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	word-break: break-word;
}

.ycln-final-equation {
	margin-top: 20px !important;
	color: rgba(255, 255, 255, 0.72);
	font-family: Arial, "Noto Sans TC", sans-serif;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.ycln-method {
	padding: 115px 60px;
	background: var(--ycln-paper);
}

.ycln-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 44px;
}

.ycln-section-heading h3 {
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: clamp(34px, 3.5vw, 46px);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.45;
}

.ycln-method-grid {
	display: grid;
	grid-template-columns: 0.83fr 1.17fr;
	border-top: 1px solid var(--ycln-line);
	border-left: 1px solid var(--ycln-line);
}

.ycln-method-grid article {
	position: relative;
	padding: 42px;
	border-right: 1px solid var(--ycln-line);
	border-bottom: 1px solid var(--ycln-line);
}

.ycln-formula-card {
	background: var(--ycln-soft);
}

.ycln-example-card {
	background: var(--ycln-paper);
}

.ycln-card-index {
	color: var(--ycln-olive);
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
}

.ycln-method-grid h4 {
	margin-top: 15px !important;
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: 27px;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

.ycln-formula-card > p {
	margin-top: 16px !important;
	color: var(--ycln-muted);
	font-size: 14px;
	line-height: 1.95;
}

.ycln-formula {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 22px;
	margin-top: 32px;
	padding-top: 25px;
	border-top: 1px solid var(--ycln-line);
}

.ycln-formula span {
	color: var(--ycln-olive);
	font-size: 11px;
}

.ycln-formula b {
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
}

.ycln-example-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--ycln-line);
}

.ycln-example-title p {
	color: var(--ycln-muted);
	font-size: 11px;
}

.ycln-example-title h4 {
	margin-top: 6px !important;
}

.ycln-example-result {
	display: grid;
	width: 78px;
	height: 78px;
	flex: 0 0 auto;
	place-content: center;
	border: 1px solid var(--ycln-olive);
	border-radius: 50%;
	color: var(--ycln-olive);
	font-size: 10px;
	text-align: center;
}

.ycln-example-result b {
	display: block;
	font-family: var(--ycln-heading-font);
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
}

.ycln-example-card ol {
	margin-top: 22px !important;
	list-style: none;
}

.ycln-example-card li {
	display: grid;
	grid-template-columns: 118px 1fr;
	gap: 20px;
	padding: 17px 0;
	border-bottom: 1px solid var(--ycln-line);
	font-size: 12px;
}

.ycln-example-card li:last-child {
	border-bottom: 0;
}

.ycln-example-card li span {
	color: var(--ycln-muted);
}

.ycln-example-card li b {
	font-family: Arial, "Noto Sans TC", sans-serif;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.ycln-tendencies {
	padding: 112px 60px 120px;
	border-top: 1px solid var(--ycln-line);
	background: var(--ycln-soft);
}

.ycln-tendencies-heading {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) minmax(250px, 360px);
	align-items: end;
	gap: 34px;
	margin-bottom: 56px;
}

.ycln-tendencies-index {
	padding-bottom: 10px;
	color: #b06d43;
	font-family: var(--ycln-heading-font);
	font-size: 17px;
	font-style: italic;
	letter-spacing: 0.1em;
}

.ycln-tendencies-heading h3 {
	color: var(--ycln-ink-deep);
	font-family: var(--ycln-heading-font);
	font-size: clamp(40px, 4.6vw, 66px);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.35;
}

.ycln-tendencies-heading h3 > span {
	display: block;
}

.ycln-tendencies-heading > p:last-child {
	padding-bottom: 8px;
	color: var(--ycln-muted);
	font-size: 14px;
	line-height: 2;
}

.ycln-tendencies-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(180px, auto));
	border-top: 1px solid var(--ycln-line);
	border-left: 1px solid var(--ycln-line);
}

.ycln-tendency-card {
	--ycln-card-color: var(--ycln-olive);
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	padding: 34px 38px 34px 34px;
	border-right: 1px solid var(--ycln-line);
	border-bottom: 1px solid var(--ycln-line);
	background: rgba(255, 255, 255, 0.18);
	color: var(--ycln-ink);
	isolation: isolate;
	overflow: hidden;
	transition: background-color 180ms ease, color 180ms ease;
}

.ycln-tendency-card::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 8px;
	background: var(--ycln-card-color);
	content: "";
}

.ycln-tendency-card::after {
	position: absolute;
	right: -34px;
	bottom: -34px;
	z-index: -1;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ycln-card-color) 13%, transparent);
	content: "";
}

.ycln-tendency-card[data-ycln-number="1"] { --ycln-card-color: #5f7642; grid-column: 1; grid-row: 1; }
.ycln-tendency-card[data-ycln-number="2"] { --ycln-card-color: #67888a; grid-column: 1; grid-row: 2; }
.ycln-tendency-card[data-ycln-number="3"] { --ycln-card-color: #98504c; grid-column: 1; grid-row: 3; }
.ycln-tendency-card[data-ycln-number="4"] { --ycln-card-color: #b06d43; grid-column: 2; grid-row: 1; }
.ycln-tendency-card[data-ycln-number="5"] { --ycln-card-color: #ba9453; grid-column: 2; grid-row: 2; }
.ycln-tendency-card[data-ycln-number="6"] { --ycln-card-color: #765b4d; grid-column: 2; grid-row: 3; }
.ycln-tendency-card[data-ycln-number="7"] { --ycln-card-color: #d8d6cf; grid-column: 3; grid-row: 1; }
.ycln-tendency-card[data-ycln-number="8"] { --ycln-card-color: #a58142; grid-column: 3; grid-row: 2; }
.ycln-tendency-card[data-ycln-number="9"] { --ycln-card-color: #3e3a39; grid-column: 3; grid-row: 3; }

.ycln-tendency-number {
	color: var(--ycln-card-color);
	font-family: var(--ycln-heading-font);
	font-size: 56px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
}

.ycln-tendency-card[data-ycln-number="7"] .ycln-tendency-number {
	text-shadow: 0 0 1px rgba(62, 58, 57, 0.55);
}

.ycln-tendency-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
}

.ycln-tendency-copy strong {
	color: var(--ycln-ink-deep);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.ycln-tendency-copy small {
	color: var(--ycln-muted);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.ycln-tendency-arrow {
	position: absolute;
	top: 24px;
	right: 25px;
	color: var(--ycln-card-color);
	font-family: Arial, sans-serif;
	font-size: 14px;
	opacity: 0;
	transform: translate(-4px, 4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.ycln-tendency-card-disabled {
	cursor: default;
}

.ycln-tendency-card-disabled .ycln-tendency-arrow {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.ycln-input-shell button:hover {
		background: var(--ycln-olive);
	}

	a.ycln-tendency-card:hover {
		background: var(--ycln-paper);
	}

	a.ycln-tendency-card:hover .ycln-tendency-arrow {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@media (max-width: 1050px) {
	.ycln-hero {
		grid-template-columns: 1fr;
		padding: 88px 58px 74px;
	}

	.ycln-hero::before {
		display: none;
	}

	.ycln-hero-copy {
		max-width: 760px;
	}

	.ycln-hero-visual {
		min-height: 470px;
	}

	.ycln-jewel-wheel {
		width: 420px;
	}

	.ycln-visual-note {
		right: 10%;
	}

	.ycln-method {
		padding-inline: 42px;
	}

	.ycln-method-grid {
		grid-template-columns: 1fr;
	}

	.ycln-tendencies {
		padding-inline: 42px;
	}

	.ycln-tendencies-heading {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.ycln-tendencies-heading > p:last-child {
		grid-column: 2;
	}

	.ycln-tendencies-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.ycln-tendency-card[data-ycln-number] {
		grid-column: auto;
		grid-row: auto;
	}

}

@media (max-width: 680px) {
	.ycln-page {
		letter-spacing: 0.06em;
		box-shadow: none;
	}

	.ycln-hero {
		min-height: auto;
		padding: 72px 20px 54px;
	}

	.ycln-hero h2 {
		font-size: 38px;
		letter-spacing: 0.06em;
		line-height: 1.48;
	}

	.ycln-hero-intro {
		font-size: 14px;
	}

	.ycln-calculator {
		margin-top: 36px;
	}

	.ycln-input-shell {
		grid-template-columns: 1fr;
	}

	.ycln-birthday-fields {
		grid-template-columns: 1.35fr 0.85fr 0.85fr;
	}

	.ycln-birthday-fields select {
		min-height: 58px;
		padding-right: 17px;
		padding-left: 10px;
		font-size: 13px;
	}

	.ycln-birthday-fields label > span {
		left: 11px;
	}

	.ycln-input-shell button {
		width: 100%;
		min-height: 54px;
	}

	.ycln-hero-visual {
		min-height: 350px;
	}

	.ycln-jewel-wheel {
		width: 284px;
	}

	.ycln-wheel-number {
		font-size: 22px;
	}

	.ycln-wheel-center strong {
		font-size: 39px;
	}

	.ycln-visual-note {
		display: none;
	}

	.ycln-result {
		grid-template-columns: 1fr;
	}

	.ycln-result-number {
		min-height: 250px;
	}

	.ycln-result-number strong {
		font-size: 118px;
	}

	.ycln-result-content {
		padding: 45px 20px 50px;
	}

	.ycln-result-content h3 {
		font-size: 26px;
	}

	.ycln-calculation-trail {
		grid-template-columns: 1fr;
	}

	.ycln-method {
		padding: 74px 20px;
	}

	.ycln-section-heading {
		display: block;
	}

	.ycln-section-heading .ycln-eyebrow {
		margin-bottom: 18px !important;
	}

	.ycln-section-heading h3 {
		font-size: 34px;
	}

	.ycln-method-grid article {
		padding: 30px 23px;
	}

	.ycln-formula {
		flex-direction: column;
	}

	.ycln-example-title h4 {
		font-size: 22px;
	}

	.ycln-example-result {
		width: 68px;
		height: 68px;
	}

	.ycln-example-card li {
		grid-template-columns: 1fr;
		gap: 7px;
		line-height: 1.7;
	}

	.ycln-tendencies {
		padding: 74px 20px;
	}

	.ycln-tendencies-heading {
		display: block;
		margin-bottom: 34px;
	}

	.ycln-tendencies-index {
		padding-bottom: 15px;
	}

	.ycln-tendencies-heading h3 {
		font-size: 34px;
		line-height: 1.5;
	}

	.ycln-tendencies-heading > p:last-child {
		margin-top: 16px !important;
		font-size: 13px;
	}

	.ycln-tendencies-grid {
		grid-template-columns: 1fr;
	}

	.ycln-tendency-card {
		min-height: 132px;
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 17px;
		padding: 24px 24px 24px 27px;
	}

	.ycln-tendency-number {
		font-size: 45px;
	}

	.ycln-tendency-copy strong {
		font-size: 17px;
	}

	.ycln-tendency-arrow {
		top: 18px;
		right: 18px;
		opacity: 1;
		transform: none;
	}

}

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