/* 智能安全帽 — 小屏。对齐 emergency-platform-mobile / §9.1.10 */

.ssh-view {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.ssh-view,
.ssh-view .section {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.ssh-view .section {
	padding-left: 1rem;
	padding-right: 1rem;
}

.ssh-view img {
	max-width: 100%;
}

.ssh-view .petro-cta br {
	display: none;
}

/* ----- Banner（对齐 location-iot-system-mobile / §9.1.10）----- */
.ssh-view .top-banner.ssh-banner {
	display: flex;
	align-items: flex-start !important;
	justify-content: flex-start;
}

.ssh-banner {
	position: relative;
	width: 100%;
	height: 28.75rem;
	min-height: 28.75rem;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	background: #d8e6fa;
	background-image: none !important;
}

.ssh-banner-img {
	display: block !important;
	position: absolute;
	inset: 0;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	max-width: none;
	transform: none;
	object-fit: cover;
	object-position: center;
}

.ssh-banner-inner {
	position: relative;
	z-index: 2;
	margin-top: 5rem;
	padding-top: 0;
	padding-bottom: 0;
	align-items: flex-start;
	min-height: 0;
	box-sizing: border-box;
}

.ssh-banner-title {
	margin-bottom: 0.875rem !important;
	font-size: 2rem !important;
	line-height: 2.625rem !important;
	color: #1d1d1f !important;
}

.ssh-banner-subtitle {
	margin: 0;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #435566 !important;
	opacity: 0.8;
}

.ssh-banner .banner-consult-cta {
	margin-top: 1.25rem !important;
	font-size: 1rem !important;
	line-height: 1.375rem !important;
	padding: 0.5rem 1rem !important;
}

.ssh-banner .banner-consult-cta:hover {
	opacity: 1;
	background-color: #0066cc;
	color: #ffffff !important;
}

/* ----- 模块 ----- */
.ssh-section {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.ssh-values-title,
.ssh-showcase-title {
	font-size: 1.75rem !important;
	line-height: 2.25rem !important;
	margin-bottom: 2rem !important;
}

.ssh-values-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 2rem !important;
}

.ssh-value-card {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	flex: none;
	padding: 1.5rem 1rem;
}

.ssh-value-card:hover {
	box-shadow: none;
}

.ssh-value-title {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.ssh-value-desc {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	opacity: 1;
}

.ssh-product-btn {
	display: none;
}

/* 产品展示：标题区 + 产品图 + 功能文案，纵向全宽（对齐 emergency-platform-mobile） */
.ssh-product-card {
	height: auto !important;
	min-height: 0;
	overflow: visible;
}

.ssh-product-card-base {
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 0;
}

.ssh-product-card-left {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	height: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 1.5rem 1rem 0;
	box-sizing: border-box;
}

.ssh-product-name {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
	max-width: none !important;
	width: 100%;
}

.ssh-product-subname {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	max-width: none !important;
	width: 100%;
}

.ssh-product-card-right {
	position: relative !important;
	right: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0;
	height: auto;
	display: flex !important;
	flex-direction: column !important;
	overflow: visible;
	align-items: stretch;
	justify-content: flex-start;
}

.ssh-product-card-right img {
	position: relative !important;
	order: 1;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 12.5rem;
	max-height: 16rem;
	object-fit: contain !important;
	object-position: center;
	margin: 0 auto;
}

.ssh-product-card-hover,
.ssh-product-card.ssh-hover-open .ssh-product-card-hover {
	order: 2;
	opacity: 1 !important;
	max-height: none;
	visibility: visible !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	transform: none !important;
	padding: 0 1rem 1.5rem;
	box-sizing: border-box;
}

.ssh-product-card-hover-inner {
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 0 0.5rem !important;
	box-sizing: border-box;
}

.ssh-hover-grid {
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1rem !important;
	width: 100%;
}

.ssh-hover-grid-item {
	max-width: none !important;
	width: 100%;
}

.ssh-hover-grid-title {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.ssh-hover-grid-desc {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

/* ----- 页底 CTA ----- */
.ssh-view .petro-cta {
	padding: 0 0 3.125rem !important;
}

.ssh-view .petro-cta__card {
	position: relative;
	overflow: hidden;
	min-height: 22rem;
	height: 22rem;
	border-radius: 1rem;
}

.ssh-view .petro-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ssh-view .petro-cta__bg-img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.ssh-view .petro-cta__overlay {
	position: absolute;
	inset: 0;
}

.ssh-view .petro-cta__inner {
	position: relative;
	z-index: 2;
	padding: 3rem 1rem;
	box-sizing: border-box;
}

.ssh-view .petro-cta .petro-cta__title {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	white-space: normal;
}

.ssh-view .petro-cta .petro-cta__lead--subtitle {
	margin: 0.75rem 0 1.5rem !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	white-space: normal;
}

.ssh-view .petro-cta__btns {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 1rem;
}

.ssh-view .petro-cta__btn--solid {
	width: auto;
	max-width: 100%;
}

.ssh-view .petro-cta__btn--solid:hover {
	transform: none;
}
