/* assets/css/blocks/teaser-services.css */
.seoms-services-teaser {
	background: #fff;
	padding: 68px 0;
	font-family: "MontserratCustom", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.seoms-services-teaser__wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.seoms-services-teaser__title {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 900;
	line-height: 1.08;
	color: #111;
}

.seoms-services-teaser__subtitle {
	margin: 12px 0 36px;
	font-size: 15px;
	color: #666;
}

.seoms-services-teaser__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 18px;
	text-align: left;
}

.seoms-services-teaser__card {
	display: flex;
	flex-direction: column;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	padding: 18px;
	text-decoration: none;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}

.seoms-services-teaser__card:hover {
	border-color: #ff6d3d;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.seoms-services-teaser__card picture {
	display: block;
	width: 100%;
}

.seoms-services-teaser__pic {
	width: 100%;
	height: 120px;
	object-fit: contain;
	margin-bottom: 12px;
}

.seoms-services-teaser__card-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 800;
	color: #111;
}

.seoms-services-teaser__desc {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.45;
	color: #666;
}

.seoms-services-teaser__price {
	font-size: 14px;
	font-weight: 800;
	color: #111;
}

.seoms-services-teaser__cta {
	margin-top: 34px;
}
