/* ==========================================================================
   智能安全帽产品页专属样式
   说明：所有尺寸使用 rem；Figma 版心通过本页 CSS 覆盖 .section 到 100rem
   ========================================================================== */
 
.section {
    width: 100rem !important;
    max-width: 100rem !important;
}
 
.ssh-view {
    width: 100%;
}
 
/* Banner（高度/文案位置/字号对齐 mine-safety .petro-hero） */
.ssh-view .top-banner.ssh-banner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 37.5rem;
    min-height: 37.5rem;
}

.ssh-banner {
    height: 37.5rem;
    min-height: 37.5rem;
    overflow: hidden;
    background: url('/wp-content/uploads/industry/product/intelligent/smart-safety-helmet/banner_new.avif') no-repeat center center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ssh-banner-inner {
    position: relative;
    z-index: 2;
    padding-top: 7.625rem;
    box-sizing: border-box;
}
 
.ssh-banner-img {
    display: none;
    left: 55%;
    top: 45%;
    width: 110%;
    min-width: 126.875rem;
    /* height: 53.8125rem; */
    max-width: none;
    min-width: 100%;
    max-height: none;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: var(--ssh-banner-img-obj-x, 50%) var(--ssh-banner-img-obj-y, 50%);
    z-index: 0;
}
 
.ssh-banner-mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(183, 182, 185, 0) 40.81%, #B7B6B9 100%);
}
.ssh-banner-title {
    margin: 0 0 0.875rem !important;
    font-size: 3.5rem !important;
    line-height: 4.625rem !important;
}

.ssh-banner-subtitle {
    margin: 0 !important;
    font-size: 1.625rem !important;
    line-height: 2.375rem !important;
    opacity: 0.8;
}
.ssh-banner-title,
.ssh-banner-subtitle {
    color: #1D1D1F !important;
    
}
 
 
/* 通用 section */
.ssh-section {
    padding: 5rem 0 0 0;
}
 
/* 产品价值 */
.ssh-values {
    background: #F5F5F7;
}
 
.ssh-values-title {
    margin: 0;
    color: #1D1D1F;
}
 
.ssh-values-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 2.5rem;
}
 
.ssh-value-card {
	transition: all ease 0.6s;
    background: #FFFFFF;
    border-radius: 0.875rem;
    padding: 2.375rem;
    min-height: 15rem;
}

.ssh-value-card:hover {
	box-shadow: 0px 0px .625rem 0px rgba(23,38,68,0.16);
}

.ssh-value-icon {
    width: 3.375rem; /* 54px */
    height: 3.375rem; /* 54px */
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
 
.ssh-value-icon img {
    width: 100%;
    height: 100%;
}
 
.ssh-value-title {
    margin: 0;
    margin-bottom: .625rem;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    color: #1D1D1F;
    font-family: s-demibold;
}
 
.ssh-value-desc {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #1D1D1F;
    opacity: .6;
}
 
/* 产品展示 + hover 高斯模糊蒙层 */
.ssh-showcase {
    background: #F5F5F7;
    padding-bottom: 5rem;
}
 
.ssh-showcase-title {
    margin: 0;
    margin-bottom: 3.0625rem;
    font-size: 2.5rem;
    line-height: 3.3125rem;
    font-family: s-demibold;
    color: #1D1D1F;
}
 
.ssh-product-card {
    width: 100%;
    height: 34.8125rem; /* 557px */
    background: #E1E0E1;
    border-radius: 1.125rem; /* 18px */
    overflow: hidden;
    position: relative;
}
 
.ssh-product-card-base {
    width: 100%;
    height: 100%;
    position: relative;
}
 
.ssh-product-card-left {
    position: absolute;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
 
.ssh-product-name {
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-family: s-demibold;
    color: #1D1D1F;
    max-width: 22.5rem;
}
 
.ssh-product-subname {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-family: s-regular;
    color: #252B3A;
}
 
/* 功能详情：尺寸/圆角/字级与 electricity .petro-matrix__more 一致；默认黑框黑字透明底 */
.ssh-product-btn {
    margin-top: 15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.125rem;
    padding: 0 1.25rem;
    border-radius: 1.125rem;
    border: 0.0625rem solid #1d1d1f;
    width: fit-content;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: s-regular, sans-serif;
    color: #1d1d1f;
    background: transparent;
    transition: background-color 0.6s ease, border-color 0.6s ease, color 0.6s ease;
}

.ssh-product-btn:hover,
.ssh-product-btn:focus-visible,
.ssh-product-card.ssh-hover-open .ssh-product-btn {
    background: #007df2;
    border-color: #007df2;
    color: #ffffff;
}

.ssh-product-btn-text {
    font: inherit;
    color: inherit;
}
 
.ssh-product-btn-icon {
    width: 1rem;
    height: 1rem;
}
 
.ssh-product-card-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 52.5rem; /* 840px = 680px内容 + 80px左右padding */
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 0;
    overflow: hidden;
}
 
.ssh-product-card-right img {
    width: 42.375rem; /* 678px */
    height: 31.6875rem; /* 507px */
}
 
.ssh-product-card-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
    background: #e2e2e2;
    /* backdrop-filter: blur(1.875rem);
    -webkit-backdrop-filter: blur(1.875rem); */
}
 
.ssh-product-card.ssh-hover-open .ssh-product-card-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
 
.ssh-product-card-hover-inner {
    height: 100%;
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
 
.ssh-hover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem; /* 80px */
    row-gap: 2.625rem; /* 42px */
}
 
.ssh-hover-grid-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 18.75rem; /* 300px */
}
 
.ssh-hover-grid-title {
    font-size: 1.5rem; /* 24px */
    line-height: 2rem;
    font-family: s-demibold;
    color: #1D1D1F;
}
 
.ssh-hover-grid-desc {
    font-size: 1rem; /* 16px */
    line-height: 1.375rem;
    font-family: s-regular;
    color: #435566;
}

/* ----- 页底 petro CTA（与 smar-access-control 页 product-access-control.css 对齐，本页未加载该文件故写在此处）----- */
.ssh-view .petro-cta {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 6.25rem;
	background: #f5f5f7;
}

.ssh-view .petro-cta__wrap {
	box-sizing: border-box;
}

.ssh-view .petro-cta__card {
	position: relative;
	overflow: hidden;
	border-radius: 1.25rem;
	min-height: 26.25rem;
	height: 26.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

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

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

.ssh-view .petro-cta__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.ssh-view .petro-cta__inner {
	position: relative;
	z-index: 2;
	gap: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 2.25rem 1rem 1.75rem;
}

.ssh-view .petro-cta .petro-cta__title {
	margin: 0 !important;
	color: #fff !important;
	font-size: 2.5rem !important;
	line-height: 3.3125rem !important;
	text-align: center;
	font-family: s-demibold, sans-serif !important;
}

.ssh-view .petro-cta .petro-cta__lead--subtitle {
	margin: .75rem 0 2.3125rem !important;
	padding: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 1.375rem;
	line-height: 1.875rem;
	font-family: s-regular, sans-serif !important;
	white-space: break-spaces;
}

