/* ==================== 龙石赋能 & 龙石动态 & 龙石荣誉 公共样式 ==================== */

.lsd-news-more {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #0069EA;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-news-more:hover {
	color: #2563EB;
}

.lsd-news-more svg {
	width: 16px;
	height: 16px;
}

/* 龙石动态 */
.lsd-news {
	background: #F8FAFC;
}
.lsd-news .lsd-module-title {
	margin-bottom: 0 !important;
}

.lsd-news-grid {
	display: flex;
	justify-content: space-between;
	gap:15px 15px;
	flex-wrap: wrap;
}

.lsd-news-card {
	width: calc((100% - 30px) / 3);
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-news-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.lsd-news-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.lsd-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsd-news-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lsd-news-date {
	color: #9CA3AF;
}

.lsd-news-title {
	font-weight: 600;
	color: #1F2937;
	line-height: 1.4;
	height: 2.8em;
}

.lsd-news-desc {
	color: #6B7280;
	line-height: 1.5;
}

/* 字体大小由 base.css 的 lsd-fs-* 类控制 */

/* 龙石赋能 */
.lsd-empower {
	background: #FFFFFF;
}

.lsd-empower-grid {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-template-rows: 1fr 1px 1fr;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	overflow: hidden;
}

.lsd-empower-item {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
}

.lsd-empower-title {
	display: flex;
	align-items: center;
	position: relative;
	gap: 12px;
	font-weight: 600;
	color: #1F2937;
}

.lsd-empower-title a {
	color: #1F2937;
	font-size: 1.2em;
	text-decoration: none;
	transition: color 0.2s ease;
}

.lsd-empower-title a:hover {
	color: #0069EA;
}

.lsd-empower-title svg {
	width: 24px;
	height: 24px;
	color: #3B82F6;
	transition: color 0.2s ease;
}

.lsd-empower-title:hover svg {
	color: #0069EA;
}

.lsd-badge {
	background: #EF4444;
	top: -15px;
	left: 170px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
	border-radius: 4px;
	margin-left: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	vertical-align: middle;
}

.lsd-empower-desc {
	color: #6B7280;
	line-height: 1.5;
}

/* 字体大小由 base.css 的 lsd-fs-* 类控制 */

.lsd-empower-divider-v {
	width: 1px;
	background: #E5E7EB;
}

.lsd-empower-divider-h {
	height: 1px;
	background: #E5E7EB;
	grid-column: 1 / -1;
}

/* 1行3列布局变体 */
.lsd-empower-grid.lsd-empower-grid--1x3 {
	grid-template-columns: 1fr 1px 1fr 1px 1fr;
	grid-template-rows: 1fr;
}

.lsd-empower-grid.lsd-empower-grid--1x3 .lsd-empower-divider-h {
	height: auto;
	width: 1px;
	background: #E5E7EB;
	grid-column: auto;
}

.lsd-empower-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.lsd-empower-link {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #0069EA;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-empower-link:hover {
	color: #2563EB;
}

.lsd-empower-link svg {
	width: 16px;
	height: 16px;
	color: #3B82F6;
}

/* 龙石荣誉 */
.lsd-honor {
	background: #FFFFFF;
}
.lsd-honor .lsd-module-title {
	margin-bottom: 0 !important;
}
.lsd-honor-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
}

.lsd-honor-card {
	display: flex;
	width: calc(50% - 12px);
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lsd-honor-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.lsd-honor-img {
	width: 280px;
	height: 100%;
	max-height: 170px;
	flex-shrink: 0;
	overflow: hidden;
}

.lsd-honor-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsd-honor-content {
	flex: 1;
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	min-width: 0;
}

.lsd-honor-title {
	font-weight: 600;
	color: #111827;
	line-height: 1.5;
	height: 3em;
}

.lsd-honor-desc {
	color: #6B7280;
	line-height: 1.5;
}

.lsd-honor-date {
	color: #9CA3AF;
}

/* 字体大小由 base.css 的 lsd-fs-* 类控制 */

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.lsd-news-grid {
		flex-direction: column;
		align-items: center;
	}

	.lsd-news-card {
		width: 100%;
		max-width: 400px;
	}

	.lsd-news-img {
		height: 160px;
	}

	.lsd-news-content {
		padding: 16px;
		gap: 8px;
	}

	.lsd-honor-grid {
		flex-direction: column;
		align-items: center;
	}

	.lsd-honor-card {
		width: 100%;
		max-width: 400px;
		flex-direction: column;
	}

	.lsd-honor-img {
		width: 100%;
		height: 180px;
	}

	.lsd-honor-content {
		padding: 16px;
		gap: 8px;
	}

	.lsd-honor-title {
		height: auto;
	}

	/* 龙石赋能 移动端 */
	.lsd-empower {
		padding-top: 60px;
	}


	.lsd-empower-grid,
	.lsd-empower-grid.lsd-empower-grid--1x3 {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		max-width: 100%;
	}

	.lsd-empower-item {
		padding: 20px;
	}

	.lsd-empower-divider-v,
	.lsd-empower-divider-h {
		display: none;
	}

	.lsd-empower-item:not(:last-child) {
		border-bottom: 1px solid #E5E7EB;
	}

	.lsd-empower-title svg {
		width: 20px;
		height: 20px;
	}

	.lsd-empower-links {
		gap: 8px 16px;
	}

	.lsd-empower-link svg {
		width: 14px;
		height: 14px;
	}
}

/* ==================== 典型案例 样式 ==================== */

/* 赋能300+客户成为数据治理实战专家 */
.lsd-customer-cases {
	background: #F8FAFC;
}

.lsd-cases-grid {
	display: flex;
	justify-content: space-around;
	gap: 15px;
	flex-wrap: wrap;
}

.lsd-case-card {
	width: 31%;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.lsd-case-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.lsd-case-img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}

.lsd-case-img img {
	height: 230px;
	width: 100%;
	object-fit: cover;
}

.lsd-case-img.lsd-content-img-show-img {
	display: block;
}

.lsd-case-img.lsd-content-img-show-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lsd-case-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.lsd-case-title {
	font-weight: 600;
	color: #1F2937;
}

.lsd-case-desc {
	font-size: 14px;
	color: #6B7280;
	line-height: 1.5;
}

.lsd-case-btns {
	display: flex;
	gap: 12px;
	margin-top: auto;
}

.lsd-case-btns .lsd-btn-primary,
.lsd-case-btns .lsd-btn-outline {
	flex: 1;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.lsd-case-btns .lsd-btn-primary {
	background: #3B82F6;
	color: #FFFFFF;
	border: none;
}

.lsd-case-btns .lsd-btn-primary:hover {
	background: #2563EB;
}

.lsd-case-btns .lsd-btn-outline {
	background: transparent;
	color: #0069EA;
	border: 1px solid #0069EA;
}

.lsd-case-btns .lsd-btn-outline:hover {
	background: #0069EA;
	color: #FFFFFF;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	/* 典型案例 移动端 */
	.lsd-cases-grid {
		flex-direction: column;
		align-items: center;
	}

	.lsd-case-card {
		width: 100%;
		max-width: 400px;
	}

	.lsd-case-img {
		height: 140px;
	}

	.lsd-case-content {
		padding: 16px;
		gap: 10px;
	}

	.lsd-case-title {
		font-size: 14px;
	}

	.lsd-case-desc {
		font-size: 12px;
	}

	.lsd-case-btns {
		gap: 8px;
	}

	.lsd-case-btns .lsd-btn-primary,
	.lsd-case-btns .lsd-btn-outline {
		padding: 6px 12px;
		font-size: 13px;
	}
}
