@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,400&family=Raleway:wght@400;500&display=swap");

.llt-wrapper,
.llt-wrapper * {
	box-sizing: border-box;
}

.llt-wrapper {
	width: 100%;
}

.llt-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.llt-section-title {
	margin: 0;
	max-width: 470px;
	color: #81754b;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.llt-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	padding-top: 4px;
}

.llt-nav-btn {
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8cdb8;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

.llt-nav-btn:hover,
.llt-nav-btn:focus-visible {
	opacity: 0.88;
	transform: translateY(-1px);
}

.llt-nav-btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.llt-nav-btn svg {
	width: 18px;
	height: 18px;
	stroke: #7a4025;
}

.llt-button-next {
	background: #7a4025;
	border-color: #7a4025;
}

.llt-button-next svg {
	stroke: #fff;
}

.llt-swiper {
	width: 100%;
	overflow: hidden;
}

.llt-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.llt-swiper .swiper-slide {
	height: auto;
	flex-shrink: 0;
}

.llt-card {
	height: 100%;
	min-height: 310px;
	padding: 28px 28px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #e3d8c1;
}

.llt-card-text {
	margin: 0 0 32px;
	color: #686148;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
}

.llt-client {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.llt-client-image {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	overflow: hidden;
}

.llt-client-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.llt-client-info {
	min-width: 0;
}

.llt-client-name {
	margin: 0 0 3px;
	color: #81754b;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.llt-client-meta {
	margin: 0;
	color: #686148;
	font-family: "Raleway", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.llt-swiper .swiper-button-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 1024px) {
	.llt-section-title {
		font-size: 46px;
		max-width: 400px;
	}

	.llt-card {
		min-height: 300px;
	}

	.llt-card-text {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.llt-header {
		align-items: flex-end;
		gap: 18px;
		margin-bottom: 24px;
	}

	.llt-section-title {
		font-size: 36px;
		max-width: calc(100% - 98px);
	}

	.llt-nav {
		padding-top: 0;
	}

	.llt-nav-btn {
		width: 40px;
		height: 40px;
	}

	.llt-card {
		min-height: 290px;
		padding: 24px 22px 22px;
	}

	.llt-card-text {
		font-size: 16px;
		margin-bottom: 26px;
	}

	.llt-client-name {
		font-size: 22px;
	}
}

@media (max-width: 479px) {
	.llt-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.llt-section-title {
		max-width: 100%;
		font-size: 32px;
	}

	.llt-nav {
		align-self: flex-end;
	}

	.llt-card-text {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.llt-nav-btn {
		transition: none;
	}
}
