
.lp-hero {
	background: #fff;
	color: #333;
	padding: 60px 40px;
	border-bottom: 1px solid #ddd;
}

.lp-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 60px;
	box-sizing: border-box;
	width: 100%;
}

.lp-hero,
.lp-problem,
.lp-offer,
.lp-voice,
.lp-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lp-problem .lp-section__inner,
.lp-offer .lp-section__inner,
.lp-voice .lp-section__inner,
.lp-cta .lp-section__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.lp-hero__image {
	flex: 1;
}

.lp-hero__image img {
	width: 100%;
	height: auto;
	display: block;
}

.lp-hero__content {
	flex: 1;
}

.lp-hero__title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #333;
}

.lp-hero__lead {
	font-size: 18px;
	margin-bottom: 28px;
	line-height: 1.7;
	color: #666;
}

.lp-problem {
	background: #fff;
	padding: 60px 40px;
	border-bottom: 1px solid #ddd;
}

.lp-problem__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.lp-problem__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #ddd;
}

.lp-problem__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: #2271b1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

.lp-problem__text {
	flex: 1;
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

.lp-offer {
	padding: 60px 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.lp-offer__intro {
	text-align: center;
	margin-bottom: 40px;
}

.lp-offer__text {
	font-size: 18px;
	line-height: 1.7;
	color: #666;
	max-width: 800px;
	margin: 0 auto;
}

.lp-offer__features {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 100%;
	margin: 0 auto;
}

.lp-offer__feature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	text-align: left;
	width: 100%;
}

.lp-offer__feature-image {
	margin-bottom: 0;
}

.lp-offer__feature-image img {
	width: 100%;
	height: auto;
	display: block;
}

.lp-offer__feature-text {
	font-size: 18px;
	line-height: 1.7;
	color: #666;
	margin: 0;
}

.lp-voice {
	background: #fff;
	padding: 60px 40px;
	border-bottom: 1px solid #ddd;
}

.lp-voice__slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.lp-voice__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.lp-voice__list.lp-voice__slider {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	transition: transform 0.4s ease-in-out;
	will-change: transform;
	gap: 0;
	margin: 0;
	padding: 0;
}

.lp-voice__list.lp-voice__slider .lp-voice__item {
	flex: 0 0 100%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	padding: 40px 20px;
	margin: 0;
	box-sizing: border-box;
}

.lp-voice__item {
	background: #f9f9f9;
	padding: 40px 20px;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.lp-voice__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
	flex-shrink: 0;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lp-voice__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lp-voice__content {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lp-voice__text {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 20px 0;
	font-style: italic;
	padding: 0;
	width: 100%;
}

.lp-voice__name {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	padding: 0;
}

.lp-voice__info {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.lp-voice__slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.lp-voice__slider-prev,
.lp-voice__slider-next {
	width: 48px;
	height: 48px;
	background: #2271b1;
	color: #fff;
	border: 2px solid #2271b1;
	border-radius: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	user-select: none;
	outline: none;
}

.lp-voice__slider-prev:hover,
.lp-voice__slider-next:hover {
	background: #135e96;
	border-color: #135e96;
	transform: scale(1.05);
}

.lp-voice__slider-prev:active,
.lp-voice__slider-next:active {
	transform: scale(0.95);
}

.lp-voice__slider-prev:disabled,
.lp-voice__slider-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.lp-cta {
	background: #f9f9f9;
	color: #333;
	padding: 50px 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.lp-cta__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	line-height: 1.4;
}

.lp-cta__lead {
	font-size: 18px;
	margin-bottom: 32px;
	line-height: 1.7;
	color: #666;
}

.lp-cta__button-wrapper {
	margin-bottom: 20px;
}

.lp-cta__note {
	font-size: 14px;
	color: #666;
	margin: 0;
}

