.fetisal-front--tachisalo {
	--tachisalo-primary: #f4b000;
	--tachisalo-primary-deep: #ef9c00;
	--tachisalo-accent: #f56b17;
	--tachisalo-accent-deep: #ea5600;
	--tachisalo-border: #f1d8a4;
	--tachisalo-surface: #fffdf8;
	--tachisalo-surface-strong: #fff7ea;
	--tachisalo-text: #2f2a23;
	--tachisalo-muted: #6b6258;
	--tachisalo-shadow: 0 14px 34px rgba(231, 141, 6, 0.12);
	padding: 18px 0 36px;
	color: var(--tachisalo-text);
}

.fetisal-front__hero,
.fetisal-front__section-box,
.fetisal-front__category-panel,
.fetisal-front__support-card,
.fetisal-front__list-panel,
.fetisal-front__final-cta {
	border: 1px solid var(--tachisalo-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--tachisalo-shadow);
}

.fetisal-front__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.78fr);
	grid-template-areas:
		"copy media"
		"actions actions";
	align-items: start;
	gap: 30px;
	padding: 34px 30px 28px;
	background:
		radial-gradient(circle at left top, rgba(255, 199, 55, 0.14), transparent 32%),
		linear-gradient(180deg, #fffdf9 0%, #fff6e8 100%);
}

.fetisal-front__hero-copy {
	grid-area: copy;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
}

.fetisal-front__hero-site {
	margin: 0 0 14px;
	color: var(--tachisalo-primary-deep);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
}

.fetisal-front__hero-title,
.fetisal-front__hero-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0;
	color: #2b261f;
	max-width: 9.2em;
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	line-height: 1.24;
	letter-spacing: -0.03em;
	font-weight: 800 !important;
}

.fetisal-front__hero-title span {
	color: var(--tachisalo-primary);
}

.fetisal-front__hero-lead {
	margin: 18px 0 0;
	max-width: 30em;
	color: var(--tachisalo-muted);
	font-size: 1rem;
	line-height: 1.85;
}

.fetisal-front__hero-points {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.fetisal-front__hero-points li {
	position: relative;
	padding-left: 32px;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.6;
}

.fetisal-front__hero-points li::before {
	content: "";
	position: absolute;
	top: 0.18em;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffc632 0%, #f1ae00 100%);
	box-shadow: 0 6px 14px rgba(244, 176, 0, 0.22);
}

.fetisal-front__hero-points li::after {
	content: "";
	position: absolute;
	top: 0.48em;
	left: 7px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.fetisal-front__hero-actions {
	grid-area: actions;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: -6px;
	align-items: stretch;
}

.fetisal-front__hero-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 62px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: keep-all;
	overflow-wrap: anywhere;
	white-space: normal;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.fetisal-front__hero-button img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex: 0 0 18px;
}

.fetisal-front__hero-button span {
	display: block;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.3;
}

.fetisal-front__hero-button--yellow {
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
}

.fetisal-front__hero-button--orange {
	background: linear-gradient(180deg, #ff8a2a 0%, #f05b04 100%);
	color: #fff;
}

.fetisal-front__hero-button:hover,
.fetisal-front__hero-button:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(231, 141, 6, 0.2);
}

.fetisal-front__hero-button.is-disabled {
	opacity: 0.7;
	cursor: default;
}

.fetisal-front__hero-button:focus-visible,
.fetisal-front__text-link:focus-visible,
.fetisal-front__category-link:focus-visible,
.fetisal-front__service-inner:focus-visible,
.fetisal-front__ghost-button:focus-visible,
.fetisal-front__wide-button:focus-visible,
.fetisal-front__button:focus-visible,
.fetisal-front__list-panel a:focus-visible {
	outline: 3px solid rgba(245, 107, 23, 0.25);
	outline-offset: 3px;
}

.fetisal-front__hero-image-frame {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 0;
	padding: 6px 12px 0;
	border-radius: 16px;
	background:
		radial-gradient(circle at center top, rgba(255, 211, 92, 0.22), transparent 44%),
		linear-gradient(180deg, #ffffff 0%, #fff3de 100%);
	overflow: hidden;
}

.fetisal-front__hero-media {
	grid-area: media;
	display: flex;
	align-items: flex-end;
	align-self: end;
}

.fetisal-front__hero-image {
	display: block;
	width: 100%;
	max-width: 470px;
	height: auto;
	max-height: 640px;
	object-fit: contain;
	object-position: center bottom;
}

.fetisal-front__hero-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 420px;
	padding: 24px;
	color: var(--tachisalo-accent);
	font-size: 1rem;
	font-weight: 700;
	background:
		repeating-linear-gradient(
			135deg,
			rgba(244, 176, 0, 0.08),
			rgba(244, 176, 0, 0.08) 18px,
			rgba(255, 255, 255, 0.42) 18px,
			rgba(255, 255, 255, 0.42) 36px
		);
}

.fetisal-front__section {
	margin-top: 18px;
}

.fetisal-front__section-box {
	padding: 20px;
}

.fetisal-front__block-title,
.fetisal-front__block-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0 0 16px;
	color: #2b261f;
	font-size: clamp(1.45rem, 2vw, 2.05rem);
	line-height: 1.35;
	font-weight: 800 !important;
	text-align: center;
}

.fetisal-front__block-title--icon::before {
	content: "◉";
	display: inline-block;
	margin-right: 0.5em;
	color: #2e78c7;
	font-size: 0.75em;
	vertical-align: 0.08em;
}

.fetisal-front__worry-grid,
.fetisal-front__service-grid,
.fetisal-front__support-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.fetisal-front__worry-card,
.fetisal-front__step-card,
.fetisal-front__support-card {
	border: 1px solid #f0dfbc;
	border-radius: 14px;
	background: #fffdfa;
}

.fetisal-front__worry-card {
	padding: 18px 16px;
}

.fetisal-front__worry-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 10px;
	object-fit: contain;
}

.fetisal-front__mini-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.fetisal-front__mini-text {
	margin: 8px 0 0;
	color: var(--tachisalo-muted);
	font-size: 0.92rem;
	line-height: 1.75;
}

.fetisal-front__step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fetisal-front__step-card {
	position: relative;
	padding: 14px;
}

.fetisal-front__step-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 28px;
	margin-bottom: 12px;
	padding: 0 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
}

.fetisal-front__step-content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.fetisal-front__step-icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex: 0 0 44px;
}

.fetisal-front__step-arrow {
	position: absolute;
	top: 50%;
	right: -9px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: 2px solid #b08f4a;
	border-right: 2px solid #b08f4a;
	transform: rotate(45deg);
}

.fetisal-front__category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.fetisal-front__category-panel {
	padding: 16px;
}

.fetisal-front__category-head {
	margin-bottom: 12px;
}

.fetisal-front__category-title,
.fetisal-front__category-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 1.35rem;
	font-weight: 800 !important;
	line-height: 1.4;
}

.fetisal-front__category-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.fetisal-front__category-links {
	display: grid;
	gap: 10px;
}

.fetisal-front__category-article {
	border: 1px solid #f3e4c2;
	border-radius: 12px;
	background: #fffefb;
	overflow: hidden;
}

.fetisal-front__category-link {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px;
	color: inherit;
	text-decoration: none;
}

.fetisal-front__category-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 64px;
	border-radius: 10px;
	background: #fbf1db;
	overflow: hidden;
}

.fetisal-front__category-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fetisal-front__category-thumb span {
	color: var(--tachisalo-accent);
	font-size: 0.8rem;
	font-weight: 700;
}

.fetisal-front__category-link-title {
	display: block;
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.65;
}

.fetisal-front__category-article--placeholder .fetisal-front__category-link {
	cursor: default;
}

.fetisal-front__category-footer {
	margin-top: 12px;
}

.fetisal-front__text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2f2a23;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.fetisal-front__text-link::after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.fetisal-front__text-link.is-disabled {
	color: #b79e73;
	cursor: default;
}

.fetisal-front__section-box--services {
	background:
		linear-gradient(180deg, #fffcf7 0%, #fff5e6 100%);
}

.fetisal-front__service-card {
	display: flex;
	height: 100%;
	border: 1px solid #efdcbb;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.fetisal-front__service-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 18px 16px 16px;
	color: inherit;
	text-decoration: none;
}

.fetisal-front__service-title {
	min-height: 2.9em;
	line-height: 1.4;
}

.fetisal-front__service-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 46px;
}

.fetisal-front__service-logo img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.fetisal-front__service-description {
	flex: 0 0 auto;
	margin: 10px 0 12px;
	color: var(--tachisalo-muted);
	font-size: 0.88rem;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fetisal-front--tachisalo .fetisal-front__service-button,
.fetisal-front--tachisalo .fetisal-front__wide-button,
.fetisal-front--tachisalo .fetisal-front__ghost-button,
.fetisal-front--tachisalo .fetisal-front__button--final,
.fetisal-front--tachisalo .fetisal-front__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: keep-all;
	white-space: normal;
	text-align: center;
	line-height: 1.3;
}

.fetisal-front--tachisalo .fetisal-front__service-button {
	width: 100%;
	margin-top: 0;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 0.74rem;
	line-height: 1.2;
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
}

.fetisal-front__service-button.is-disabled {
	background: #f5ead0;
	color: #a58c5a;
}

.fetisal-front__section-action {
	margin-top: 16px;
	text-align: center;
}

.fetisal-front--tachisalo .fetisal-front__wide-button {
	display: flex;
	align-self: center;
	width: min(100%, 500px);
	margin: 0 auto;
	background: linear-gradient(180deg, #ff8a2a 0%, #f05b04 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(240, 91, 4, 0.18);
}

.fetisal-front__support-card {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.fetisal-front__support-icon-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.fetisal-front__support-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
	flex: 0 0 34px;
}

.fetisal-front__support-title {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.5;
}

.fetisal-front__support-list {
	flex: 1 1 auto;
	margin: 12px 0 16px;
	padding-left: 18px;
	color: var(--tachisalo-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

.fetisal-front--tachisalo .fetisal-front__ghost-button {
	display: flex;
	align-self: stretch;
	width: 100%;
	margin-top: auto;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #e2cfaa;
	background: #fff;
	color: #745b2f;
}

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

.fetisal-front__list-panel {
	padding: 18px 18px 14px;
}

.fetisal-front__list-title,
.fetisal-front__list-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0 0 14px;
	font-size: 1.18rem;
	font-weight: 800 !important;
	line-height: 1.4;
}

.fetisal-front__ranking-list,
.fetisal-front__latest-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fetisal-front__ranking-list li,
.fetisal-front__latest-list li {
	border-top: 1px solid #f1e4c7;
}

.fetisal-front__ranking-list li:first-child,
.fetisal-front__latest-list li:first-child {
	border-top: 0;
}

.fetisal-front__ranking-list a,
.fetisal-front__latest-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	color: inherit;
	text-decoration: none;
}

.fetisal-front__rank-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	flex: 0 0 24px;
}

.fetisal-front__list-link-text {
	flex: 1 1 auto;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.6;
}

.fetisal-front__latest-list time {
	color: #8a7c67;
	font-size: 0.84rem;
	font-weight: 700;
	white-space: nowrap;
}

.fetisal-front__ranking-list .is-empty,
.fetisal-front__latest-list .is-empty {
	padding: 10px 0;
	color: #8a7c67;
	font-size: 0.92rem;
}

.fetisal-front__final-cta {
	padding: 26px 22px;
	background:
		radial-gradient(circle at top center, rgba(255, 203, 74, 0.18), transparent 38%),
		linear-gradient(180deg, #fffdf8 0%, #fff5e6 100%);
}

.fetisal-front__final-copy {
	text-align: center;
}

.fetisal-front__final-icon {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 12px;
	object-fit: contain;
}

.fetisal-front__final-title,
.fetisal-front__final-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0;
	font-size: clamp(1.8rem, 2.4vw, 2.6rem);
	font-weight: 800 !important;
	line-height: 1.35;
}

.fetisal-front__final-lead {
	margin: 10px auto 0;
	max-width: 820px;
	color: var(--tachisalo-muted);
	font-size: 0.96rem;
	line-height: 1.8;
}

.fetisal-front__final-actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.fetisal-front--tachisalo .fetisal-front__final-actions .fetisal-front__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	word-break: keep-all;
	white-space: normal;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fetisal-front--tachisalo .fetisal-front__final-actions .fetisal-front__button span {
	display: block;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1.3;
}

.fetisal-front--tachisalo .fetisal-front__final-actions .fetisal-front__button small {
	display: block;
	margin-top: 3px;
	font-size: 0.68rem;
	font-weight: 700;
}

.fetisal-front--tachisalo .fetisal-front__service-button,
.fetisal-front--tachisalo .fetisal-front__ghost-button,
.fetisal-front--tachisalo .fetisal-front__wide-button,
.fetisal-front--tachisalo .fetisal-front__final-actions .fetisal-front__button {
	max-width: 100%;
	overflow: hidden;
}

.fetisal-front--tachisalo .fetisal-front__service-button span,
.fetisal-front--tachisalo .fetisal-front__ghost-button span,
.fetisal-front--tachisalo .fetisal-front__wide-button span,
.fetisal-front--tachisalo .fetisal-front__final-actions .fetisal-front__button span {
	display: block;
	width: 100%;
}

.fetisal-front__button--final {
	background: linear-gradient(180deg, #ffc632 0%, #f2ad00 100%);
	color: #fff;
}

.fetisal-front__button--final-orange {
	background: linear-gradient(180deg, #ff8a2a 0%, #f05b04 100%);
}

.fetisal-front__button.is-disabled {
	background: #f5ead0;
	color: #a58c5a;
	cursor: default;
}

.fetisal-front__button:hover,
.fetisal-front__wide-button:hover,
.fetisal-front__ghost-button:hover,
.fetisal-front__service-inner:hover {
	transform: translateY(-2px);
}

@media screen and (max-width: 1100px) {
	.fetisal-front__hero {
		grid-template-columns: 1fr;
		grid-template-areas:
			"copy"
			"media"
			"actions";
	}

	.fetisal-front__hero-image {
		max-width: 360px;
		max-height: 460px;
	}

	.fetisal-front__worry-grid,
	.fetisal-front__step-grid,
	.fetisal-front__service-grid,
	.fetisal-front__support-grid,
	.fetisal-front__final-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fetisal-front__hero-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.fetisal-front--tachisalo {
		padding: 14px 0 28px;
	}

	.fetisal-front__hero,
	.fetisal-front__section-box,
	.fetisal-front__category-panel,
	.fetisal-front__support-card,
	.fetisal-front__list-panel,
	.fetisal-front__final-cta {
		border-radius: 14px;
	}

	.fetisal-front__hero,
	.fetisal-front__section-box,
	.fetisal-front__final-cta {
		padding: 18px;
	}

	.fetisal-front__hero-title,
	.fetisal-front__hero-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
		max-width: none;
		font-size: 2.4rem;
	}

	.fetisal-front__hero-lead br {
		display: none;
	}

	.fetisal-front__hero-actions,
	.fetisal-front__worry-grid,
	.fetisal-front__step-grid,
	.fetisal-front__category-grid,
	.fetisal-front__service-grid,
	.fetisal-front__support-grid,
	.fetisal-front__list-grid,
	.fetisal-front__final-actions {
		grid-template-columns: 1fr;
	}

	.fetisal-front__category-link {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.fetisal-front__category-thumb {
		width: 84px;
		height: 60px;
	}

	.fetisal-front__step-arrow {
		display: none;
	}
}
