.hrt-cvfs {
	width: 100%;
	min-height: 0;
	padding: 50px 20px;
	background: #fffdf9;
	color: #1a1a1a;
	overflow: hidden;
}

.hrt-cvfs,
.hrt-cvfs * {
	box-sizing: border-box;
}

.hrt-cvfs__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hrt-cvfs__header {
	text-align: center;
}

.hrt-cvfs__header.has-following {
	margin-bottom: 32px;
}

.hrt-cvfs__badge-row {
	display: block;
	margin-bottom: 12px;
}

.hrt-cvfs__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff1db;
	color: #ff9600;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.hrt-cvfs__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.hrt-cvfs__icon i {
	line-height: 1;
}

.hrt-cvfs__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.hrt-cvfs__heading {
	margin: 0;
	color: #000;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.12;
}

.hrt-cvfs__highlight {
	color: #ff9600;
}

.hrt-cvfs__box {
	padding: 32px;
	border: 1px solid #f0ebe4;
	border-radius: 24px;
	background: #faf8f5;
}

.hrt-cvfs__intro {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.7;
}

.hrt-cvfs__intro.has-following {
	margin-bottom: 18px;
}

.hrt-cvfs__list-title {
	margin: 0;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.hrt-cvfs__list-title.has-following {
	margin-bottom: 10px;
}

.hrt-cvfs__list {
	display: grid;
	grid-template-columns: repeat(var(--hrt-cvfs-columns), minmax(0, 1fr));
	column-gap: var(--hrt-cvfs-column-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	--hrt-cvfs-columns: 1;
	--hrt-cvfs-column-gap: 28px;
}

.hrt-cvfs__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	padding: 9px 0;
	border: 0;
	border-bottom: 1px solid #ede6dd;
}

.hrt-cvfs__item:last-child {
	border-bottom-color: transparent;
}

.hrt-cvfs__item-icon {
	margin-top: 5px;
	color: #ff9600;
	font-size: 16px;
}

.hrt-cvfs__item-content {
	min-width: 0;
	color: #4a4a4a;
	font-size: 15px;
	line-height: 1.65;
}

.hrt-cvfs__scope {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 16px 18px;
	border: 1px solid #f2e6d6;
	border-radius: 14px;
	background: #fff7eb;
}

.hrt-cvfs__scope.has-previous {
	margin-top: 20px;
}

.hrt-cvfs__scope-icon {
	margin-top: 5px;
	color: #ff9600;
	font-size: 17px;
}

.hrt-cvfs__scope-content {
	min-width: 0;
	color: #5f6670;
	font-size: 15px;
	line-height: 1.7;
}

.hrt-cvfs__intro > :first-child,
.hrt-cvfs__item-content > :first-child,
.hrt-cvfs__scope-content > :first-child {
	margin-top: 0;
}

.hrt-cvfs__intro > :last-child,
.hrt-cvfs__item-content > :last-child,
.hrt-cvfs__scope-content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.hrt-cvfs {
		padding: 40px 16px;
	}

	.hrt-cvfs__heading {
		font-size: clamp(28px, 9vw, 38px);
	}

	.hrt-cvfs__box {
		padding: 23px 18px;
	}

	.hrt-cvfs__intro {
		font-size: 15px;
	}

	.hrt-cvfs__list-title {
		font-size: 19px;
	}

	.hrt-cvfs__scope {
		padding: 15px;
	}
}

@media (max-width: 400px) {
	.hrt-cvfs {
		padding-right: 12px;
		padding-left: 12px;
	}

	.hrt-cvfs__box {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hrt-cvfs *,
	.hrt-cvfs *::before,
	.hrt-cvfs *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
