.cls-showcase {
	background: var(--cls-background-color, #3f3121);
	padding: 32px 18px;
}

.cls-showcase__frame {
	max-width: 1060px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 18px 50px rgba(24, 17, 11, 0.22);
}

.cls-showcase__hero {
	min-height: 345px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding: 28px;
}

.cls-showcase__hero--align-left {
	justify-content: flex-start;
}

.cls-showcase__hero--align-center {
	justify-content: center;
}

.cls-showcase__hero--align-right {
	justify-content: flex-end;
}

.cls-showcase__hero-text {
	max-width: 360px;
	color: var(--cls-hero-text-color, #fff);
	font-size: clamp(28px, 3vw, var(--cls-hero-text-size, 42px));
	line-height: 1.12;
	font-weight: 700;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.cls-showcase__hero-text--align-left {
	text-align: left;
}

.cls-showcase__hero-text--align-center {
	text-align: center;
}

.cls-showcase__hero-text--align-right {
	text-align: right;
}

.cls-showcase__content {
	padding: 24px 24px 24px;
}

.cls-showcase__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	margin-bottom: 24px;
}

.cls-showcase__intro-column {
	padding: 8px 10px;
}

.cls-showcase__intro-title {
	margin: 0;
	font-size: var(--cls-intro-title-size, 26px);
	font-weight: 700;
	color: #2c251f;
	line-height: 1.42;
	letter-spacing: 0.01em;
	padding-left: 25px;
}

.cls-showcase__intro-amount {
	font-size: var(--cls-intro-amount-size, 52px);
	font-weight: 700;
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: #55aa39ff;
	white-space: nowrap;
	text-align: left;
	justify-self: start;
	width: 100%;
}

.cls-showcase__section-title {
	background: #d9dddf;
	padding: 10px 14px;
	font-weight: 600;
	font-size: var(--cls-section-title-size, 24px);
	text-align: center;
	color: #313131;
	margin: 0 0 24px;
}

.cls-showcase__intro + .cls-showcase__section-title {
	position: relative;
	top: 20px;
	margin-bottom: 44px;
}

.cls-showcase__grid {
	display: grid;
	grid-template-columns: repeat(var(--cls-grid-columns, 3), minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.cls-showcase__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 14px 10px 8px;
}

.cls-showcase__logo-wrap {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.cls-showcase__logo {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.cls-showcase__logo-placeholder {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #ece5d8;
	color: #5b4428;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
}

.cls-showcase__card-title {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.25;
	color: #1f1f1f;
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: 0.01em;
}

.cls-showcase__card-description {
	font-size: 15px;
	line-height: 1.55;
	color: #444;
	flex: 1;
	font-family: Roboto, Arial, sans-serif;
}

.cls-showcase__lead-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #444;
	flex: 1;
	font-family: Roboto, Arial, sans-serif;
}

.cls-showcase__lead-title {
	font-weight: 700;
	color: #1f1f1f;
	letter-spacing: 0.01em;
}

.cls-showcase__lead-description {
	font-weight: 500;
	color: #000000ff;
}

.cls-showcase--logo-style-inline .cls-showcase__card {
	padding-top: 10px;
}

.cls-showcase--logo-style-inline .cls-showcase__card-title {
	text-align: center;
	font-weight: 700;
	width: 100%;
	margin-bottom: 4px;
}

.cls-showcase--logo-style-inline .cls-showcase__card-description {
	line-height: 1.5;
}

.cls-showcase--logo-style-lead .cls-showcase__card {
	padding-top: 8px;
}

.cls-showcase--logo-style-lead .cls-showcase__logo-wrap {
	margin-bottom: 10px;
}

.cls-showcase--logo-style-lead .cls-showcase__lead-text {
	font-size: 14px;
	line-height: 1.48;
}

@media (max-width: 900px) {
	.cls-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.cls-showcase__hero {
		min-height: 285px;
		justify-content: center;
		align-items: center;
	}

	.cls-showcase__hero-text {
		text-align: center;
	}

	.cls-showcase__intro {
		grid-template-columns: 1fr;
	}

	.cls-showcase__intro-title {
		font-size: min(var(--cls-intro-title-size, 26px), 22px) !important;
		padding-left: 0 !important;
		overflow-wrap: anywhere;
	}

	.cls-showcase__intro-amount {
		font-size: min(var(--cls-intro-amount-size, 52px), 36px) !important;
		white-space: normal;
	}

	.cls-showcase__section-title {
		font-size: min(var(--cls-section-title-size, 24px), 20px) !important;
		overflow-wrap: anywhere;
	}

	.cls-showcase__grid {
		grid-template-columns: 1fr;
	}
}
