.user-voice {
	min-width: 1200px;
	width: min(calc(100% - 48px), 1391px);
	height: 989px;
	margin: 0 auto;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f3f3f3 0, #fff 202px) top / 100% 202px no-repeat,
		#fff;
	color: #000;
}

.user-voice--personal {
	height: 959px;
	background:
		linear-gradient(180deg, #f3f3f3 0, #fff 202px) top / 100% 202px no-repeat,
		#fff;
}

.user-voice--personal .user-voice__heading { padding-top: 54px; }

.user-voice__heading {
	padding-top: 84px;
	text-align: center;
}

.user-voice__kicker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	background: linear-gradient(90deg, #80c700 0%, #0099aa 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 30px;
	font-weight: 700;
	line-height: 2;
}

.user-voice__kicker span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(90deg, #80c700 0%, #0099aa 100%);
}

.user-voice__heading h2 {
	margin: 13px 0 0;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 2px;
}

.user-voice__viewport {
	position: relative;
	height: 764px;
	margin-top: 66px;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.user-voice__viewport.is-dragging { cursor: grabbing; }

.user-voice__track {
	position: absolute;
	top: 30px;
	left: 0;
	display: flex;
	align-items: flex-start;
	gap: 42px;
	width: max-content;
	height: 620px;
	will-change: transform;
}

.user-voice__control {
	position: absolute;
	z-index: 4;
	top: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0 0 5px;
	border: 0;
	border-radius: 50%;
	background: rgb(255 255 255 / 92%);
	box-shadow: 0 5px 20px rgb(0 0 0 / 14%);
	color: #079d93;
	font: 500 38px/1 var(--font-family-en);
	cursor: pointer;
}

.user-voice__control--prev { left: 24px; }
.user-voice__control--next { right: 24px; }
.user-voice__control:hover { background: #fff; transform: scale(1.05); }
.user-voice__control:focus-visible { outline: 3px solid #0099aa; outline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
	.user-voice__track { will-change: auto; }
	.voice-card { transition: none; }
}

.voice-card {
	position: relative;
	flex: 0 0 372px;
	height: 536px;
	margin-top: 54px;
	padding: 226px 25px 30px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 34px -15px rgba(0, 0, 0, 0.25);
	text-align: center;
	transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s ease;
}

.voice-card--1,
.voice-card--3 {
	height: 536px;
	margin-top: 54px;
	padding-top: 228px;
}

.voice-card--5 {
	margin-top: 54px;
}

.voice-card.is-carousel-center {
	z-index: 2;
	box-shadow: 0 16px 44px -16px rgb(0 0 0 / 24%);
	transform: translateY(-54px);
}

.voice-card__portrait {
	position: absolute;
	top: -25px;
	left: 104px;
	width: 163px;
	height: 187px;
	object-fit: contain;
}

.voice-card--3 .voice-card__portrait { top: -22px; }
.voice-card--4 .voice-card__portrait { top: -18px; }

.voice-card__ribbon {
	position: absolute;
	top: 147px;
	left: 58px;
	width: 256px;
	height: 62px;
}

.voice-card--1 .voice-card__ribbon,
.voice-card--3 .voice-card__ribbon { top: 147px; }

.voice-card__ribbon::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 44px;
	border-radius: 22px;
	background: linear-gradient(115deg, #80c700 5%, #0099aa 100%);
	content: "";
}

.voice-card__ribbon::after {
	position: absolute;
	top: 43px;
	left: 122px;
	width: 12px;
	height: 19px;
	background: #29a96b;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}

.voice-card__ribbon > span {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 2px;
	white-space: nowrap;
}

.voice-card__course {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 245px;
	min-height: 40px;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff5d0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.75px;
}

.voice-card--2 .voice-card__course,
.voice-card--5 .voice-card__course { width: 241px; }

.voice-card--4 .voice-card__course {
	width: 176px;
	min-height: 52px;
	margin-top: 2px;
	padding: 0;
	background: transparent;
}

.voice-card h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 325px;
	min-height: 102px;
	margin: 16px auto 0;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 1px;
}

.voice-card--2 h3,
.voice-card--4 h3,
.voice-card--5 h3 {
	min-height: 68px;
}

.voice-card--4 h3 { margin-top: 22px; }

.voice-card__description {
	width: 320px;
	margin: 12px auto 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
}

.voice-card--2 .voice-card__description,
.voice-card--5 .voice-card__description { margin-top: 12px; }

.voice-card__link {
	position: absolute;
	bottom: -28px;
	left: 89px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 192px;
	height: 56px;
	padding: 0 20px;
	border-radius: 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
}

.voice-card__link img {
	width: 24px;
	height: 24px;
	transform: rotate(90deg);
}

.voice-card__link:hover { opacity: 0.82; }
