.fetisal-front {
	padding: 18px 0 32px;
}

#content.fetisal-front-layout--single {
	width: 100%;
	max-width: none;
	float: none;
	padding: 0 28px;
	box-sizing: border-box;
}

#content.fetisal-front-layout--single > .fetisal-front-layout__inner--single,
#content.fetisal-front-layout--single #contentInner.fetisal-front-layout__inner--single {
	width: 100%;
	max-width: none;
	float: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

#content.fetisal-front-layout--single main {
	width: 100%;
	max-width: 1240px;
	margin-right: 0;
	margin-left: 0;
	margin: 0 auto;
}

.fetisal-front__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
	gap: 14px;
	align-items: stretch;
	padding: 34px;
	border: 1px solid rgba(216, 73, 99, 0.12);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 244, 246, 0.96) 100%);
	box-shadow: 0 18px 40px rgba(205, 54, 82, 0.08);
}

.fetisal-front__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	max-width: 100%;
}

.fetisal-front__eyebrow {
	margin: 0 0 14px;
	color: #d34a63;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__title,
.fetisal-front__title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0;
	color: #191919;
	font-size: clamp(1.85rem, 2.28vw, 3rem);
	line-height: 1.22;
	letter-spacing: 0.015em;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "Noto Serif JP", serif !important;
	font-weight: 700 !important;
	max-width: 10.8em;
}

.fetisal-front__title-line {
	display: block;
	font-family: inherit !important;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit !important;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.fetisal-front__title-line:last-child {
	margin-top: 0.08em;
	white-space: nowrap;
}

.fetisal-front__title-accent {
	color: #d6435f;
	font-family: inherit !important;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit !important;
	line-height: inherit;
}

.fetisal-front__title br {
	display: none;
}

.fetisal-front__lead {
	margin: 22px 0 0;
	color: #3f3f46;
	font-size: 1rem;
	line-height: 1.95;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__points {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.fetisal-front__points li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #2a2a2a;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__point-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: rgba(214, 67, 95, 0.12);
}

.fetisal-front__point-icon::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 7px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #d6435f;
	border-bottom: 2px solid #d6435f;
	transform: rotate(45deg);
}

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

.fetisal-front__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid #d6435f;
	border-radius: 999px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fetisal-front__button span {
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__button small {
	display: inline-block;
	color: #9f4a5a;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1;
}

.fetisal-front__button--primary {
	background: linear-gradient(135deg, #de4b68 0%, #c73352 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(199, 51, 82, 0.2);
}

.fetisal-front__button--primary:hover {
	color: #fff;
}

.fetisal-front__button--secondary {
	background: #fff;
	color: #d6435f;
}

.fetisal-front__button:not(.is-disabled):hover,
.fetisal-front__button:not(.is-disabled):focus-visible {
	box-shadow: 0 14px 30px rgba(199, 51, 82, 0.18);
	transform: translateY(-1px);
}

.fetisal-front__button--secondary:hover,
.fetisal-front__button--secondary:focus-visible {
	background: #fff4f6;
	color: #d6435f;
}

.fetisal-front__button.is-disabled {
	background: #fff7f8;
	color: #d6435f;
	box-shadow: none;
	cursor: default;
}

.fetisal-front__button:focus-visible,
.fetisal-front__article-link:focus-visible,
.fetisal-front__service-card-inner:focus-visible,
.fetisal-front__section-link:focus-visible,
.fetisal-front__link-list a:focus-visible {
	outline: 3px solid rgba(214, 67, 95, 0.28);
	outline-offset: 3px;
}

.fetisal-front__hero-media {
	display: flex;
	align-items: stretch;
	min-width: 0;
}

.fetisal-front__hero-image-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(250, 228, 233, 0.9) 100%);
	overflow: hidden;
}

.fetisal-front__hero-image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 560px;
	object-fit: contain;
	object-position: center 85%;
}

.fetisal-front__hero-placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 420px;
	padding: 24px;
	color: #bf6677;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	background:
		radial-gradient(circle at top, rgba(230, 95, 124, 0.08), transparent 54%),
		repeating-linear-gradient(
			135deg,
			rgba(214, 67, 95, 0.06),
			rgba(214, 67, 95, 0.06) 16px,
			rgba(255, 255, 255, 0.22) 16px,
			rgba(255, 255, 255, 0.22) 32px
		);
}

.fetisal-front__hero-placeholder::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px dashed rgba(214, 67, 95, 0.26);
	border-radius: 14px;
}

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

.fetisal-front__section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.fetisal-front__section-title {
	position: relative;
	margin: 0;
	padding-left: 16px;
	color: #1f1f1f;
	font-size: clamp(1.3rem, 1.8vw, 2rem);
	line-height: 1.35;
	font-weight: 800;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__section-title::before {
	content: "";
	position: absolute;
	top: 0.18em;
	left: 0;
	width: 5px;
	height: 1.1em;
	border-radius: 999px;
	background: linear-gradient(180deg, #e05069 0%, #cf3f59 100%);
}

.fetisal-front__section-prefix {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.7em;
	height: 1.7em;
	margin-right: 0.45em;
	border: 1px solid rgba(214, 67, 95, 0.35);
	border-radius: 999px;
	color: #d6435f;
	font-size: 0.82em;
	font-weight: 800;
}

.fetisal-front__section-subtitle {
	color: #333;
	font-size: 0.9em;
	font-weight: 700;
}

.fetisal-front__section-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #555;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

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

.fetisal-front__section-link.is-disabled {
	color: #b88892;
	cursor: default;
}

.fetisal-front__section-link.is-disabled::after {
	opacity: 0.55;
}

.fetisal-front__section-link:not(.is-disabled):hover,
.fetisal-front__section-link:not(.is-disabled):focus-visible {
	color: #d6435f;
}

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

.fetisal-front__worry-card,
.fetisal-front__article-card,
.fetisal-front__service-card,
.fetisal-front__list-panel,
.fetisal-front__cta-panel {
	border: 1px solid rgba(222, 118, 139, 0.16);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(205, 54, 82, 0.06);
}

.fetisal-front__worry-card {
	padding: 22px 18px 20px;
	text-align: center;
}

.fetisal-front__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 14px;
	color: #d6435f;
}

.fetisal-front__icon::before,
.fetisal-front__icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}

.fetisal-front__icon--question::before {
	top: 10px;
	left: 20px;
	width: 28px;
	height: 28px;
	border: 5px solid #d6435f;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-radius: 18px;
	transform: rotate(35deg);
}

.fetisal-front__icon--question::after {
	right: 8px;
	top: 6px;
	color: #d6435f;
	content: "?";
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

.fetisal-front__icon--heart-lock::before {
	top: 12px;
	left: 16px;
	width: 36px;
	height: 36px;
	border: 4px solid #d6435f;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 20px;
	transform: rotate(-45deg);
	border-right: none;
	border-bottom: none;
}

.fetisal-front__icon--heart-lock::after {
	bottom: 10px;
	left: 24px;
	width: 20px;
	height: 16px;
	border: 3px solid #d6435f;
	border-radius: 4px;
	box-shadow: 0 -11px 0 -7px #d6435f;
}

.fetisal-front__icon--people::before {
	top: 12px;
	left: 15px;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #d6435f;
	box-shadow: 22px 0 0 #d6435f;
}

.fetisal-front__icon--people::after {
	bottom: 12px;
	left: 10px;
	width: 48px;
	height: 24px;
	border-radius: 16px 16px 10px 10px;
	background: linear-gradient(180deg, #e45b73 0%, #d6435f 100%);
}

.fetisal-front__icon--shield::before {
	top: 8px;
	left: 18px;
	width: 32px;
	height: 40px;
	border: 4px solid #d6435f;
	border-radius: 12px 12px 18px 18px;
	clip-path: polygon(50% 0%, 100% 18%, 100% 62%, 50% 100%, 0% 62%, 0% 18%);
}

.fetisal-front__icon--shield::after {
	top: 24px;
	left: 29px;
	width: 10px;
	height: 18px;
	border-right: 3px solid #d6435f;
	border-bottom: 3px solid #d6435f;
	transform: rotate(45deg);
}

.fetisal-front__icon--clipboard::before {
	top: 10px;
	left: 18px;
	width: 32px;
	height: 42px;
	border: 4px solid #d6435f;
	border-radius: 10px;
}

.fetisal-front__icon--clipboard::after {
	top: 18px;
	left: 26px;
	width: 16px;
	height: 5px;
	border-radius: 999px;
	background: #d6435f;
	box-shadow: 0 11px 0 #d6435f, 0 22px 0 #d6435f;
}

.fetisal-front__icon--phone-heart::before {
	top: 10px;
	left: 20px;
	width: 28px;
	height: 46px;
	border: 4px solid #d6435f;
	border-radius: 10px;
}

.fetisal-front__icon--phone-heart::after {
	top: 23px;
	left: 27px;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background:
		radial-gradient(circle at 30% 35%, #d6435f 0 30%, transparent 31%),
		radial-gradient(circle at 70% 35%, #d6435f 0 30%, transparent 31%),
		linear-gradient(45deg, transparent 0 42%, #d6435f 43% 100%);
	transform: rotate(45deg);
}

.fetisal-front__card-title {
	margin: 0;
	color: #252525;
	font-size: 1.1rem;
	line-height: 1.55;
	font-weight: 800;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__card-text {
	margin: 12px 0 0;
	color: #555;
	font-size: 0.92rem;
	line-height: 1.85;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

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

.fetisal-front__step-card {
	position: relative;
	padding: 22px 18px 18px;
	border: 1px solid rgba(222, 118, 139, 0.16);
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #fff7f8 100%);
	text-align: center;
}

.fetisal-front__step-label {
	margin: 0;
	color: #d6435f;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.fetisal-front__step-text {
	margin: 10px 0 0;
	color: #333;
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.75;
}

.fetisal-front__step-arrow {
	position: absolute;
	top: 50%;
	right: -12px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-top: 3px solid #e25771;
	border-right: 3px solid #e25771;
	transform: translateY(-50%) rotate(45deg);
}

.fetisal-front__article-card,
.fetisal-front__service-card {
	overflow: hidden;
	min-width: 0;
}

.fetisal-front__article-link,
.fetisal-front__service-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.fetisal-front__article-card,
.fetisal-front__service-card,
.fetisal-front__worry-card,
.fetisal-front__step-card,
.fetisal-front__list-panel,
.fetisal-front__cta-panel {
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.fetisal-front__article-card:hover,
.fetisal-front__article-card:focus-within,
.fetisal-front__service-card:hover,
.fetisal-front__service-card:focus-within {
	border-color: rgba(214, 67, 95, 0.28);
	box-shadow: 0 16px 32px rgba(205, 54, 82, 0.1);
	transform: translateY(-2px);
}

.fetisal-front__article-card:hover .fetisal-front__card-image,
.fetisal-front__article-card:focus-within .fetisal-front__card-image {
	filter: saturate(1.04);
}

.fetisal-front__card-image {
	display: block;
	width: 100%;
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	object-position: center center;
	background: #f7f1f3;
}

.fetisal-front__card-image--placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bf6677;
	font-size: 0.88rem;
	font-weight: 700;
	background:
		radial-gradient(circle at top, rgba(230, 95, 124, 0.08), transparent 54%),
		repeating-linear-gradient(
			135deg,
			rgba(214, 67, 95, 0.07),
			rgba(214, 67, 95, 0.07) 14px,
			rgba(255, 255, 255, 0.22) 14px,
			rgba(255, 255, 255, 0.22) 28px
		);
}

.fetisal-front__article-body,
.fetisal-front__service-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 14px 16px;
}

.fetisal-front__article-category {
	margin: 0 0 8px;
	color: #d6435f;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.fetisal-front__article-title,
.fetisal-front__service-title {
	margin: 0;
	color: #202020;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 800;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__article-excerpt,
.fetisal-front__service-description {
	margin: 10px 0 0;
	color: #5a5a5a;
	font-size: 0.89rem;
	line-height: 1.8;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__service-grid {
	padding: 18px;
	border: 1px solid rgba(222, 118, 139, 0.18);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 248, 249, 0.8) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.fetisal-front__service-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 108px;
	padding: 16px;
	border-bottom: 1px solid rgba(222, 118, 139, 0.12);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 244, 246, 0.96) 100%);
}

.fetisal-front__service-logo img {
	display: block;
	width: 100%;
	max-width: 160px;
	max-height: 56px;
	object-fit: contain;
}

.fetisal-front__service-logo span {
	color: #303030;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.fetisal-front__service-footer {
	padding: 0 14px 16px;
}

.fetisal-front__service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #d6435f;
	border-radius: 999px;
	color: #d6435f;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.fetisal-front__service-button.is-disabled {
	border-color: #efc0ca;
	color: #c78b97;
	background: #fff8f9;
}

.fetisal-front__service-cta {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.fetisal-front__button--wide {
	box-sizing: border-box;
	width: 100%;
	min-width: min(100%, 360px);
	max-width: 420px;
}

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

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

.fetisal-front__list-title {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(222, 118, 139, 0.22);
	color: #d6435f;
	font-size: 1.25rem;
	font-weight: 800;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fetisal-front__link-list li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.fetisal-front__link-list a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #2b2b2b;
	text-decoration: none;
}

.fetisal-front__link-list a:hover,
.fetisal-front__link-list a:focus-visible {
	color: #d6435f;
}

.fetisal-front__link-list time {
	flex: 0 0 auto;
	margin-left: auto;
	color: #5672a8;
	font-size: 0.88rem;
	font-weight: 500;
	white-space: nowrap;
}

.fetisal-front__rank-number {
	display: inline-flex;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border-radius: 4px;
	background: linear-gradient(180deg, #df536d 0%, #c83854 100%);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
}

.fetisal-front__link-label {
	min-width: 0;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.7;
}

.fetisal-front__link-list .is-empty {
	color: #907680;
	font-size: 0.92rem;
	line-height: 1.8;
}

.fetisal-front__cta-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 22px;
	padding: 28px 30px;
	background:
		radial-gradient(circle at left top, rgba(241, 102, 128, 0.08), transparent 42%),
		linear-gradient(180deg, #fff 0%, #fff7f8 100%);
}

.fetisal-front__cta-copy {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.fetisal-front__cta-icon {
	position: relative;
	flex: 0 0 92px;
	width: 92px;
	height: 92px;
	color: #d6435f;
}

.fetisal-front__cta-icon::before,
.fetisal-front__cta-icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}

.fetisal-front__cta-icon::before {
	left: 18px;
	top: 14px;
	width: 28px;
	height: 28px;
	border: 4px solid #d6435f;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 20px;
	transform: rotate(-45deg);
	border-right: none;
	border-bottom: none;
}

.fetisal-front__cta-icon::after {
	right: 10px;
	bottom: 18px;
	width: 38px;
	height: 28px;
	border: 4px solid #d6435f;
	border-top: none;
	border-radius: 0 0 18px 18px;
	box-shadow:
		-16px -12px 0 -10px #d6435f,
		16px -12px 0 -10px #d6435f;
}

.fetisal-front__cta-title {
	margin: 0;
	color: #db4a65;
	font-size: clamp(1.45rem, 2vw, 2.1rem);
	line-height: 1.4;
	font-weight: 800;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__cta-lead {
	margin: 12px 0 0;
	color: #444;
	font-size: 0.98rem;
	line-height: 1.9;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}

.fetisal-front__cta-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-content: center;
	min-width: 0;
	width: 100%;
}

.fetisal-front__button--compact {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
}

@media only screen and (min-width: 960px) {
	.fetisal-front__card-image {
		aspect-ratio: 1.58 / 1;
	}

	.fetisal-front__service-grid {
		gap: 14px;
	}

	.fetisal-front__service-footer {
		padding: 8px 14px 18px;
	}

	.fetisal-front__service-cta {
		padding: 0 12px 6px;
	}

	.fetisal-front__cta-panel {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
		align-items: center;
	}
}

@media only screen and (max-width: 959px) {
	.fetisal-front {
		padding-top: 12px;
	}

	#content.fetisal-front-layout--single {
		padding: 0 18px;
	}

	.fetisal-front__hero {
		grid-template-columns: 1fr;
		padding: 24px;
	}

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

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

	.fetisal-front__list-grid,
	.fetisal-front__cta-panel {
		grid-template-columns: 1fr;
	}
}

@media print, screen and (max-width: 599px) {
	.fetisal-front {
		padding: 6px 0 24px;
	}

	#content.fetisal-front-layout--single {
		padding: 0 14px;
	}

	.fetisal-front__hero {
		gap: 14px;
		padding: 20px 18px;
		border-radius: 18px;
	}

	.fetisal-front__hero-media {
		order: 1;
	}

	.fetisal-front__hero-copy {
		order: 2;
	}

	.fetisal-front__title {
		font-size: clamp(1.58rem, 6.6vw, 1.82rem);
		line-height: 1.34;
		letter-spacing: 0.01em;
		max-width: none;
	}

	.fetisal-front__title-line:last-child {
		white-space: normal;
	}

	.fetisal-front__lead {
		font-size: 0.95rem;
		line-height: 1.72;
	}

	.fetisal-front__lead br {
		display: none;
	}

	.fetisal-front__hero-actions {
		flex-direction: column;
		gap: 10px;
		margin-top: 22px;
	}

	.fetisal-front__button {
		width: 100%;
	}

	.fetisal-front__hero-placeholder {
		min-height: 280px;
	}

	.fetisal-front__hero-image-frame {
		min-height: 332px;
		padding-top: 0;
		align-items: flex-end;
	}

	.fetisal-front__hero-image {
		height: auto;
		max-height: 332px;
		object-position: center top;
	}

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

	.fetisal-front__section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 14px;
	}

	.fetisal-front__section-title {
		padding-left: 13px;
		font-size: 1.28rem;
	}

	.fetisal-front__section-subtitle {
		display: inline;
		font-size: 0.82em;
	}

	.fetisal-front__worry-grid,
	.fetisal-front__article-grid,
	.fetisal-front__service-grid,
	.fetisal-front__step-grid,
	.fetisal-front__list-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.fetisal-front__worry-grid,
	.fetisal-front__step-grid,
	.fetisal-front__article-grid,
	.fetisal-front__list-grid {
		margin-top: 4px;
	}

	.fetisal-front__service-grid {
		margin-top: 4px;
	}

	.fetisal-front__service-grid {
		padding: 12px;
	}

	.fetisal-front__worry-card,
	.fetisal-front__step-card,
	.fetisal-front__list-panel {
		padding: 16px 14px;
	}

	.fetisal-front__article-card {
		min-height: 0;
	}

	.fetisal-front__card-image {
		aspect-ratio: 1.45 / 1;
	}

	.fetisal-front__article-body,
	.fetisal-front__service-body,
	.fetisal-front__service-footer {
		padding-left: 12px;
		padding-right: 12px;
	}

	.fetisal-front__article-body {
		padding-top: 12px;
		padding-bottom: 14px;
	}

	.fetisal-front__service-logo {
		min-height: 88px;
		padding: 14px 12px;
	}

	.fetisal-front__service-body {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.fetisal-front__service-description {
		line-height: 1.65;
	}

	.fetisal-front__service-footer {
		padding-top: 2px;
		padding-bottom: 14px;
	}

	.fetisal-front__service-button {
		min-height: 42px;
		padding: 9px 12px;
		font-size: 0.84rem;
		white-space: normal;
	}

	.fetisal-front__service-cta {
		margin-top: 14px;
	}

	.fetisal-front__card-title,
	.fetisal-front__article-title,
	.fetisal-front__service-title {
		font-size: 0.97rem;
	}

	.fetisal-front__card-text,
	.fetisal-front__article-excerpt,
	.fetisal-front__service-description,
	.fetisal-front__link-label {
		font-size: 0.88rem;
	}

	.fetisal-front__link-list a {
		flex-wrap: wrap;
	}

	.fetisal-front__link-list time {
		margin-left: 32px;
	}

	.fetisal-front__cta-panel {
		gap: 16px;
		padding: 20px 16px;
	}

	.fetisal-front__cta-copy {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.fetisal-front__cta-icon {
		width: 76px;
		height: 76px;
	}

	.fetisal-front__cta-title {
		font-size: 1.36rem;
	}

	.fetisal-front__cta-lead {
		font-size: 0.91rem;
		line-height: 1.72;
	}

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

	.fetisal-front__cta-actions {
		gap: 10px;
	}

	.fetisal-front__button--compact {
		min-height: 44px;
		padding-left: 14px;
		padding-right: 14px;
	}
}
