/* 位置物联网系统 — 小屏（仅通过 media enqueue，内部不再写 @media）。对齐 emergency-platform-mobile / gemini §9.1.10 */

.liot-page,
.is-view-location-iot-system {
	width: 100%;
	max-width: 100%;
}

.is-view-location-iot-system,
.is-view-location-iot-system .section {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.is-view-location-iot-system .section {
	padding-left: 1rem;
	padding-right: 1rem;
}

.is-view-location-iot-system img {
	max-width: 100%;
}

.is-view-location-iot-system .petro-cta br {
	display: none;
}

/* ----- 模块间距 ----- */
.is-view-location-iot-system .liot-section--body,
.is-view-location-iot-system .liot-app-stage {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.is-view-location-iot-system .liot-module-title,
.is-view-location-iot-system .liot-module-title-center {
	font-size: 1.75rem !important;
	line-height: 2.25rem !important;
}

.is-view-location-iot-system .liot-module-title-center {
	margin-bottom: 2rem !important;
}

/* ----- Banner（对齐 epm-hero；文案保持 PC 深色）----- */
.is-view-location-iot-system .liot-hero {
	position: relative;
	width: 100%;
	height: 28.75rem;
	min-height: 28.75rem;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	background: #d8e6fa;
}

.is-view-location-iot-system .liot-hero__stage {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 28.75rem;
	overflow: hidden;
}

.is-view-location-iot-system .liot-hero__layers {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.is-view-location-iot-system .liot-hero__layer--base {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.is-view-location-iot-system .liot-hero__gradient {
	display: none;
}

.is-view-location-iot-system .liot-hero__content-wrap {
	position: relative;
	z-index: 3;
	left: auto;
	transform: none;
	margin-top: 5rem;
	padding-top: 0;
	padding-bottom: 0;
	align-items: flex-start;
	min-height: 0;
	box-sizing: border-box;
}

.is-view-location-iot-system .liot-hero__content {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.is-view-location-iot-system .liot-hero__title {
	margin-bottom: 0.875rem !important;
	font-size: 2rem !important;
	line-height: 2.625rem !important;
	color: #1d1d1f !important;
}

.is-view-location-iot-system .liot-hero__subtitle {
	margin: 0;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: #435566 !important;
	opacity: 1;
}

.is-view-location-iot-system .liot-hero .banner-consult-cta {
	margin-top: 1.25rem !important;
	font-size: 1rem !important;
	line-height: 1.375rem !important;
	padding: 0.5rem 1rem !important;
}

.is-view-location-iot-system .liot-hero .banner-consult-cta:hover {
	opacity: 1;
	background-color: #0066cc;
	color: #ffffff !important;
}

/* ----- 标语 + 能力三卡（§9.1.10）----- */
.is-view-location-iot-system .liot-tagline {
	margin: 0 0 3.125rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.75rem !important;
	line-height: 2.25rem !important;
}

.is-view-location-iot-system .liot-cap-grid {
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 3.125rem;
}

.is-view-location-iot-system .liot-cap-card {
	width: 100%;
	flex: none;
	padding: 1.5rem 1rem;
}

.is-view-location-iot-system .liot-cap-card:hover {
	box-shadow: none;
}

.is-view-location-iot-system .liot-cap-card__title {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.is-view-location-iot-system .liot-cap-card__desc {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

/* ----- 应用功能 Tab + 面板 ----- */
.is-view-location-iot-system .liot-tabs-wrap {
	margin-bottom: 2rem;
}

.is-view-location-iot-system .liot-tabs {
	flex-wrap: nowrap;
	justify-content: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 1.5rem;
	padding-bottom: 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.is-view-location-iot-system .liot-tabs::-webkit-scrollbar {
	display: none;
}

.is-view-location-iot-system .liot-tab {
	flex: 0 0 auto;
	white-space: nowrap;
	position: relative;
	background: none;
	border: none;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #1d1d1f;
	font-family: s-regular, sans-serif;
	box-sizing: border-box;
	transition: color 0.6s ease;
}

.is-view-location-iot-system .liot-tab:hover {
	font-family: s-regular, sans-serif;
}

.is-view-location-iot-system .liot-tab.is-active,
.is-view-location-iot-system .liot-tab.is-active:hover {
	font-family: s-demibold, sans-serif;
}

.is-view-location-iot-system .liot-panel.is-active {
	flex-direction: column;
	gap: 1.5rem;
}

.is-view-location-iot-system .liot-panel__copy {
	width: 100%;
	padding-top: 0;
}

.is-view-location-iot-system .liot-panel__h {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.is-view-location-iot-system .liot-panel__subh {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.is-view-location-iot-system .liot-panel__line-text {
	font-size: 1.125rem !important;
	line-height: 1.5rem !important;
	color: #616266 !important;
}

.is-view-location-iot-system .liot-panel__visual {
	width: 100%;
	height: auto;
	min-height: 17.5rem;
	aspect-ratio: 1007 / 556;
}

.is-view-location-iot-system .liot-panel__layer--full,
.is-view-location-iot-system .liot-panel__layer--liot-tab01-bg,
.is-view-location-iot-system .liot-panel__layer--liot-tab04-base {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.is-view-location-iot-system .liot-panel__layer--liot-tab01-screen {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.is-view-location-iot-system .liot-panel__layer--liot-tab01-map {
	right: 0;
	top: 0;
	left: auto;
	width: 72%;
	height: 100%;
	object-fit: cover;
}

.is-view-location-iot-system .liot-panel__layer--liot-tab04-alert {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.is-view-location-iot-system .liot-panel__layer--liot-tab06-crop {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ----- 应用场景四卡（§9.1.11 / mine-safety-mobile）----- */
.is-view-location-iot-system .liot-scenes {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.is-view-location-iot-system .liot-scenes__inner {
	padding-top: 0;
	padding-bottom: 0;
	gap: 0;
}

.is-view-location-iot-system .liot-scenes__title {
	margin-bottom: 2rem !important;
	font-size: 1.75rem !important;
	line-height: 2.25rem !important;
}

.is-view-location-iot-system .liot-scenes-grid {
	flex-direction: column;
	gap: 1rem;
}

.is-view-location-iot-system .liot-scene-card {
	width: 100%;
	flex: none;
	min-height: 20rem;
}

.is-view-location-iot-system .liot-scene-card__title {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.is-view-location-iot-system .liot-scene-card__desc {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

.is-view-location-iot-system .liot-scene-card__caption {
	padding: 2rem 1rem;
}

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

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

.is-view-location-iot-system .petro-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

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

.is-view-location-iot-system .petro-cta__overlay {
	position: absolute;
	inset: 0;
}

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

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

.is-view-location-iot-system .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;
}

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

.is-view-location-iot-system .petro-cta__btn--solid {
	width: auto;
	max-width: 100%;
}

.is-view-location-iot-system .petro-cta__btn--solid:hover {
	transform: none;
}
