.afx-front {
	--yoru-red: #df2027;
	--yoru-red-dark: #a91018;
	--yoru-text: #171b24;
	--yoru-muted: #5a6272;
	--yoru-line: #e6e8ee;
	--yoru-panel: #ffffff;
	--yoru-panel-soft: #f8f8fa;
	--yoru-navy: #0d1424;
	--yoru-shadow: 0 18px 38px rgba(11, 16, 30, 0.08);
	padding: 0 0 36px;
	color: var(--yoru-text);
}

.afx-front--yorusalo {
	scroll-margin-top: 90px;
}

.afx-front__hero,
.afx-front__problem-card,
.afx-front__step-card,
.afx-front__guide-card,
.afx-front__nav-card,
.afx-front__feature-card,
.afx-front__list-panel,
.afx-front__mini-card,
.afx-front__bottom-cta {
	box-sizing: border-box;
	border: 1px solid var(--yoru-line);
	border-radius: 18px;
	background: var(--yoru-panel);
	box-shadow: var(--yoru-shadow);
}

.afx-front__hero {
	display: grid;
	grid-template-columns: minmax(340px, 1.08fr) minmax(240px, 0.92fr);
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	min-height: 560px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	background: linear-gradient(90deg, rgba(5, 10, 18, 0.97) 0%, rgba(8, 13, 24, 0.95) 54%, rgba(13, 20, 36, 0.98) 100%);
}

.afx-front__hero-copy {
	position: relative;
	z-index: 2;
	padding: 44px 42px 40px;
}

.afx-front__eyebrow {
	margin: 0;
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
}

.afx-front__hero-subcopy {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.7;
}

.afx-front__title,
.afx-front__title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 30px 0 0;
	color: #ffffff;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
	font-size: clamp(2.2rem, 3vw, 3.65rem);
	font-weight: 800 !important;
	line-height: 1.23;
	letter-spacing: 0.01em;
}

.afx-front__title-line {
	display: block;
}

.afx-front__title-line + .afx-front__title-line {
	margin-top: 0.06em;
}

.afx-front__lead {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.95;
}

.afx-front__hero-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.afx-front__hero-feature {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.afx-front__hero-feature .afx-front__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin: 0;
}

.afx-front__hero-feature-text {
	display: grid;
	gap: 2px;
	font-size: 0.91rem;
	font-weight: 700;
	line-height: 1.45;
	min-width: 0;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.afx-front__hero-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.afx-front__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid var(--yoru-red);
	border-radius: 10px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.afx-front__button span {
	display: inline-block;
}

.afx-front__button small {
	display: inline-block;
	margin-left: 6px;
	font-size: 0.72rem;
	font-weight: 700;
}

.afx-front__button--primary {
	background: linear-gradient(180deg, #f12f39 0%, var(--yoru-red-dark) 100%);
	box-shadow: 0 12px 22px rgba(223, 32, 39, 0.24);
}

.afx-front__button--secondary {
	background: rgba(255, 255, 255, 0.02);
	border-color: rgba(255, 255, 255, 0.42);
	color: #ffffff;
}

.afx-front__button--bottom {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--yoru-text);
	min-height: 50px;
}

.afx-front__button.is-disabled {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.62);
	box-shadow: none;
	cursor: default;
}

.afx-front__button:not(.is-disabled):hover,
.afx-front__button:not(.is-disabled):focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(7, 9, 16, 0.2);
}

.afx-front__button--bottom:not(.is-disabled):hover,
.afx-front__button--bottom:not(.is-disabled):focus-visible {
	box-shadow: 0 16px 28px rgba(255, 255, 255, 0.2);
}

.afx-front__hero-media {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 100%;
}

.afx-front__hero-image-frame,
.afx-front__hero-picture {
	display: block;
	height: 100%;
	min-height: 100%;
}

.afx-front__hero-image,
.afx-front__hero-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.afx-front__hero-image {
	object-fit: cover;
	object-position: 84% 24%;
}

.afx-front__hero-placeholder,
.afx-front__guide-image--placeholder,
.afx-front__feature-image--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background:
		linear-gradient(135deg, rgba(223, 32, 39, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 14px, rgba(255, 255, 255, 0.02) 14px, rgba(255, 255, 255, 0.02) 28px);
}

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

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

.afx-front__section-heading--center {
	justify-content: center;
}

.afx-front__section-title,
.afx-front__section-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0;
	color: var(--yoru-text);
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
	font-size: clamp(1.32rem, 1.7vw, 2rem);
	font-weight: 800 !important;
	line-height: 1.45;
}

.afx-front__section-title--center {
	text-align: center;
}

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

.afx-front__section-link::after {
	content: ">";
	font-size: 0.95em;
}

.afx-front__section-link:hover,
.afx-front__section-link:focus-visible {
	color: var(--yoru-red);
}

.afx-front__section-link.is-disabled {
	color: #9aa1b2;
	cursor: default;
}

.afx-front__problem-grid,
.afx-front__guide-grid,
.afx-front__nav-grid,
.afx-front__feature-grid,
.afx-front__mini-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.afx-front__problem-card {
	padding: 22px 14px 20px;
	text-align: center;
}

.afx-front__card-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.65;
}

.afx-front__card-title--center span {
	display: block;
}

.afx-front__step-grid {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.afx-front__step-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.afx-front__step-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 18px 18px 16px;
}

.afx-front__step-number {
	display: inline-flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--yoru-red);
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 800;
}

.afx-front__step-card .afx-front__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	margin: 0;
}

.afx-front__step-body {
	min-width: 0;
}

.afx-front__step-title {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.55;
}

.afx-front__step-description {
	margin: 4px 0 0;
	color: var(--yoru-muted);
	font-size: 0.85rem;
	line-height: 1.6;
}

.afx-front__step-flow {
	position: absolute;
	top: 50%;
	right: -12px;
	width: 18px;
	height: 18px;
	border-top: 2px solid #8f95a3;
	border-right: 2px solid #8f95a3;
	transform: translateY(-50%) rotate(45deg);
}

.afx-front__guide-card,
.afx-front__feature-card,
.afx-front__nav-card,
.afx-front__mini-card {
	overflow: hidden;
}

.afx-front__guide-card.is-static,
.afx-front__feature-card.is-static,
.afx-front__nav-card.is-static,
.afx-front__mini-card.is-static {
	transform: none;
	box-shadow: var(--yoru-shadow);
}

.afx-front__guide-card-inner,
.afx-front__feature-card-inner,
.afx-front__nav-card-inner,
.afx-front__mini-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.afx-front__guide-card.is-static .afx-front__guide-card-inner,
.afx-front__feature-card.is-static .afx-front__feature-card-inner,
.afx-front__nav-card.is-static .afx-front__nav-card-inner,
.afx-front__mini-card.is-static .afx-front__mini-card-inner {
	cursor: default;
}

.afx-front__guide-card:hover,
.afx-front__guide-card:focus-within,
.afx-front__feature-card:hover,
.afx-front__feature-card:focus-within,
.afx-front__nav-card:hover,
.afx-front__nav-card:focus-within,
.afx-front__mini-card:hover,
.afx-front__mini-card:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 18px 32px rgba(11, 16, 30, 0.12);
}

.afx-front__guide-card.is-static:hover,
.afx-front__guide-card.is-static:focus-within,
.afx-front__feature-card.is-static:hover,
.afx-front__feature-card.is-static:focus-within,
.afx-front__nav-card.is-static:hover,
.afx-front__nav-card.is-static:focus-within,
.afx-front__mini-card.is-static:hover,
.afx-front__mini-card.is-static:focus-within {
	transform: none;
	box-shadow: var(--yoru-shadow);
}

.afx-front__guide-image-wrap,
.afx-front__feature-image-wrap {
	background: #111927;
}

.afx-front__guide-image,
.afx-front__feature-image {
	display: block;
	width: 100%;
	aspect-ratio: 1.7 / 1;
	object-fit: cover;
}

.afx-front__guide-body,
.afx-front__feature-body,
.afx-front__nav-card-inner,
.afx-front__mini-card-inner {
	padding: 14px;
}

.afx-front__guide-title,
.afx-front__feature-title,
.afx-front__nav-title,
.afx-front__mini-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.55;
}

.afx-front__guide-list {
	display: grid;
	gap: 4px;
	margin: 10px 0 0;
	padding: 0 0 0 1.15em;
	color: var(--yoru-muted);
	font-size: 0.88rem;
	line-height: 1.7;
}

.afx-front__guide-link-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	color: #4162a8;
	font-size: 0.88rem;
	font-weight: 800;
}

.afx-front__guide-link-label::after {
	content: ">";
	font-size: 0.95em;
}

.afx-front__nav-card-inner {
	align-items: center;
	text-align: center;
}

.afx-front__nav-card .afx-front__icon {
	width: 52px;
	height: 52px;
	margin: 4px auto 10px;
}

.afx-front__nav-description,
.afx-front__feature-description,
.afx-front__mini-description {
	margin: 8px 0 0;
	color: var(--yoru-muted);
	font-size: 0.86rem;
	line-height: 1.7;
}

.afx-front__tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.afx-front__tag-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid var(--yoru-line);
	border-radius: 999px;
	background: #fff;
	color: var(--yoru-text);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.afx-front__tag-chip:hover,
.afx-front__tag-chip:focus-visible {
	border-color: rgba(223, 32, 39, 0.3);
	color: var(--yoru-red);
}

.afx-front__tag-chip.is-static {
	cursor: default;
}

.afx-front__tag-chip.is-static:hover,
.afx-front__tag-chip.is-static:focus-visible {
	border-color: var(--yoru-line);
	color: var(--yoru-text);
}

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

.afx-front__list-grid > :only-child {
	grid-column: 1 / -1;
}

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

.afx-front__list-title {
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eef0f5;
	color: var(--yoru-text);
	font-size: 1.22rem;
	font-weight: 800;
}

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

.afx-front__link-list li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eef0f5;
}

.afx-front__link-list a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--yoru-text);
	text-decoration: none;
}

.afx-front__link-list a:hover,
.afx-front__link-list a:focus-visible {
	color: var(--yoru-red);
}

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

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

.afx-front__link-list time {
	flex: 0 0 auto;
	margin-left: auto;
	color: #687087;
	font-size: 0.84rem;
	white-space: nowrap;
}

.afx-front__link-list .is-empty {
	color: #7b8091;
	font-size: 0.9rem;
	line-height: 1.8;
}

.afx-front__mini-card-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
}

.afx-front__mini-icon-image-wrap {
	display: inline-flex;
	flex: 0 0 64px;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-top: 4px;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.afx-front__mini-icon-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	transform: scale(1.12);
}

.afx-front__mini-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	margin-top: 4px;
	border-radius: 16px;
	background: #fff4f4;
}

.afx-front__mini-body {
	display: grid;
	align-content: start;
	flex: 1 1 auto;
	min-width: 0;
}

.afx-front__mini-title {
	word-break: keep-all;
	overflow-wrap: anywhere;
	line-height: 1.4;
}

.afx-front__mini-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}

.afx-front__mini-icon--heart::before {
	background:
		radial-gradient(circle at 30% 35%, #ff6a74 0 33%, transparent 34%),
		radial-gradient(circle at 70% 35%, #ff6a74 0 33%, transparent 34%),
		linear-gradient(45deg, transparent 0 43%, #ff6a74 44% 100%);
	transform: rotate(45deg);
}

.afx-front__mini-icon--shield::before {
	border: 3px solid #56a5ff;
	border-radius: 10px 10px 14px 14px;
	clip-path: polygon(50% 0%, 100% 18%, 100% 62%, 50% 100%, 0% 62%, 0% 18%);
}

.afx-front__mini-icon--pill::before {
	border-radius: 999px;
	background: linear-gradient(90deg, #ff6c89 0 50%, #ffd4dc 50% 100%);
	transform: rotate(-35deg);
}

.afx-front__mini-icon--group::before {
	border-radius: 999px;
	background: #a46df6;
	box-shadow: -16px 8px 0 -6px rgba(164, 109, 246, 0.6), 16px 8px 0 -6px rgba(164, 109, 246, 0.6);
}

.afx-front__bottom-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 18px;
	padding: 26px 28px;
	border-color: rgba(223, 32, 39, 0.18);
	background: linear-gradient(180deg, #f1242d 0%, #cb1119 100%);
}

.afx-front__bottom-cta-copy {
	color: #fff;
	max-width: 520px;
}

.afx-front__bottom-cta-title,
.afx-front__bottom-cta-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif !important;
	font-size: clamp(1.7rem, 1.9vw, 2.2rem);
	font-weight: 800 !important;
	line-height: 1.28;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.afx-front__bottom-cta-title span {
	display: block;
}

.afx-front__bottom-cta-lead {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.95rem;
	line-height: 1.75;
}

.afx-front__bottom-cta-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
	min-width: 0;
}

.afx-front__bottom-cta-actions .afx-front__button {
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 104px;
	padding: 18px 12px;
	line-height: 1.45;
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.afx-front__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: var(--yoru-red);
}

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

.afx-front__icon--question::before {
	content: "?";
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.afx-front__icon--warning::before {
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 28px solid var(--yoru-red);
	border-left: 15px solid transparent;
	transform: translateY(-4px);
}

.afx-front__icon--warning::after {
	content: "!";
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-2px);
}

.afx-front__icon--shield::before {
	width: 30px;
	height: 34px;
	border: 3px solid currentColor;
	border-radius: 10px 10px 14px 14px;
	clip-path: polygon(50% 0%, 100% 18%, 100% 62%, 50% 100%, 0% 62%, 0% 18%);
}

.afx-front__icon--wallet::before,
.afx-front__icon--credit-card::before {
	width: 32px;
	height: 22px;
	border: 3px solid currentColor;
	border-radius: 6px;
}

.afx-front__icon--wallet::after,
.afx-front__icon--credit-card::after {
	width: 24px;
	height: 3px;
	background: currentColor;
	transform: translateY(-4px);
}

.afx-front__icon--eye-off::before {
	width: 30px;
	height: 20px;
	border: 3px solid currentColor;
	border-radius: 20px / 14px;
}

.afx-front__icon--eye-off::after {
	width: 34px;
	height: 3px;
	background: currentColor;
	transform: rotate(-32deg);
}

.afx-front__icon--search::before {
	width: 20px;
	height: 20px;
	border: 3px solid currentColor;
	border-radius: 999px;
	transform: translate(-4px, -4px);
}

.afx-front__icon--search::after {
	width: 14px;
	height: 3px;
	background: currentColor;
	transform: translate(10px, 10px) rotate(45deg);
}

.afx-front__icon--refresh::before {
	width: 28px;
	height: 28px;
	border: 3px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
}

.afx-front__icon--refresh::after {
	width: 8px;
	height: 8px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translate(8px, -10px) rotate(45deg);
}

.afx-front__icon--store::before {
	width: 32px;
	height: 20px;
	border: 3px solid currentColor;
	border-top: none;
	border-radius: 0 0 6px 6px;
	transform: translateY(6px);
}

.afx-front__icon--store::after {
	width: 32px;
	height: 10px;
	border-top: 3px solid currentColor;
	box-shadow: 0 3px 0 0 currentColor;
	transform: translateY(-10px);
}

.afx-front__icon--play::before {
	width: 28px;
	height: 28px;
	border: 3px solid currentColor;
	border-radius: 999px;
}

.afx-front__icon--play::after {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid currentColor;
	transform: translateX(3px);
}

@media only screen and (max-width: 860px) {
	.afx-front__hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.afx-front__hero-media {
		min-height: 380px;
	}

	.afx-front__bottom-cta {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1360px) {
	.afx-front__hero-copy {
		padding: 34px 28px 32px;
	}

	.afx-front__title,
	.afx-front__title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
		font-size: clamp(1.95rem, 2.4vw, 2.9rem);
		line-height: 1.28;
	}

	.afx-front__lead {
		font-size: 0.93rem;
		line-height: 1.8;
	}

	.afx-front__hero-features,
	.afx-front__hero-actions {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@media only screen and (max-width: 959px) {
	.afx-front {
		padding-bottom: 28px;
	}

	.afx-front__problem-grid,
	.afx-front__guide-grid,
	.afx-front__nav-grid,
	.afx-front__feature-grid,
	.afx-front__mini-grid,
	.afx-front__list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.afx-front__hero-copy {
		padding: 32px 24px;
	}

	.afx-front__hero-actions,
	.afx-front__bottom-cta-actions {
		grid-template-columns: 1fr;
	}

	.afx-front__hero-features {
		grid-template-columns: 1fr;
	}

	.afx-front__step-grid--three {
		grid-template-columns: 1fr;
	}

	.afx-front__step-flow {
		display: none;
	}
}

@media print, screen and (max-width: 599px) {
	.afx-front {
		padding-bottom: 22px;
	}

	.afx-front__hero-copy {
		padding: 24px 16px 22px;
	}

	.afx-front__eyebrow {
		font-size: 1.9rem;
	}

	.afx-front__hero-subcopy {
		font-size: 0.88rem;
	}

	.afx-front__title,
	.afx-front__title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
		font-size: clamp(1.8rem, 8vw, 2.35rem);
	}

	.afx-front__lead {
		font-size: 0.93rem;
		line-height: 1.8;
	}

	.afx-front__hero-media {
		min-height: 300px;
	}

	.afx-front__hero-image,
	.afx-front__hero-placeholder {
		min-height: 300px;
	}

	.afx-front__hero-image {
		object-position: 78% center;
	}

	.afx-front__section {
		margin-top: 22px;
	}

	.afx-front__section-title,
	.afx-front__section-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
		font-size: 1.28rem;
	}

	.afx-front__problem-grid,
	.afx-front__guide-grid,
	.afx-front__nav-grid,
	.afx-front__feature-grid,
	.afx-front__mini-grid,
	.afx-front__list-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.afx-front__problem-card,
	.afx-front__list-panel {
		padding: 16px 14px;
	}

	.afx-front__bottom-cta {
		padding: 20px 16px;
	}

	.afx-front__bottom-cta-title,
	.afx-front__bottom-cta-title:not(.entry-title):not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]) {
		font-size: 1.52rem;
	}

	.afx-front__tag-chip {
		width: 100%;
	}
}
