.vehicle-page {
	background: #ffffff;
}

.vehicle-hero {
	position: relative;
	min-height: 410px;
	background: url("/img/device/banner.jpg") center center / cover no-repeat;
	overflow: hidden;
}

.vehicle-detail-banner {
	height: 104px;
	background: url("/img/device/banner.jpg") center center / cover no-repeat;
}

.vehicle-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 10, 20, 0.78) 0%, rgba(5, 10, 20, 0.46) 42%, rgba(5, 10, 20, 0.18) 100%);
}

.vehicle-hero .container {
	position: relative;
	z-index: 1;
	padding-top: 160px;
	padding-bottom: 86px;
}

.vehicle-hero h1 {
	margin: 0;
	line-height: 1.12;
	color: #ffffff;
	font-weight: 700;
}

.vehicle-hero .vehicle-subtitle {
	margin-top: 22px;
	max-width: 720px;
	font-size: 18px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.92);
}

.vehicle-hero .blue-line-h {
	margin-top: 22px;
}

.vehicle-band {
	padding: 58px 0 78px;
}

.vehicle-band-soft {
	background: #eef5ff;
}

.vehicle-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin-top: 20px;
}

.vehicle-guide-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 300px;
	padding: 28px 30px 24px;
	border-radius: 12px;
	text-decoration: none;
	color: #202734;
	box-sizing: border-box;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden;
	position: relative;
}

.vehicle-guide-card:hover,
.vehicle-feature-card:hover,
.vehicle-video-card:hover,
.vehicle-resource-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(35, 57, 94, 0.12);
}

.vehicle-guide-card--0 {
	background: linear-gradient(180deg, #eaf4ff 0%, #f7fbff 100%);
}

.vehicle-guide-card--1 {
	background: linear-gradient(180deg, #eef0ff 0%, #f8f9ff 100%);
}

.vehicle-guide-card--2 {
	background: linear-gradient(180deg, #eaf9fb 0%, #f9ffff 100%);
}

.vehicle-guide-card h3,
.vehicle-feature-card h3,
.vehicle-video-card h3,
.vehicle-sidebar-title,
.vehicle-content-title {
	margin: 0;
	color: #202734;
	letter-spacing: 0;
}

.vehicle-guide-card h3 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	margin-bottom: 12px;
}

.vehicle-guide-card p,
.vehicle-feature-card p,
.vehicle-video-card p,
.vehicle-summary,
.vehicle-resource-empty {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #586172;
}

.vehicle-guide-visual {
	margin-top: 12px;
	height: 132px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 74% auto;
	flex: none;
	border-radius: 12px;
}

.vehicle-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 16px;
}

.vehicle-feature-card {
	display: flex;
	flex-direction: column;
	min-height: 166px;
	padding: 20px 22px 18px;
	background: #ffffff url("/img/vehicle/graphics/u4e3bu8981u529fu80fdu767du8272u5e95u6846_.png") center center / cover no-repeat;
	border-radius: 10px;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	border: 0;
}

.vehicle-feature-card:hover {
	background: #51aee8 url("/img/vehicle/graphics/u4e3bu8981u529fu80fdu9009u4e2du5e95u6846.png") center center / cover no-repeat;
}

.vehicle-feature-card:hover h3,
.vehicle-feature-card:hover p {
	color: #ffffff;
}

.vehicle-feature-top {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	margin-bottom: 12px;
}

.vehicle-feature-icon {
	width: 26px;
	height: 26px;
	object-fit: contain;
	flex: 0 0 26px;
	margin-bottom: 0;
}

.vehicle-feature-card h3 {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 0;
	font-weight: 700;
}

.vehicle-feature-card p {
	font-size: 12px;
	line-height: 1.65;
}

.vehicle-video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.vehicle-video-card {
	display: block;
	padding: 0;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	border: 1px solid rgba(75, 180, 246, 0.08);
}

.vehicle-video-card video,
.vehicle-preview-card video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #101521;
}

.vehicle-video-body {
	padding: 18px 20px 22px;
}

.vehicle-video-body h3 {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}

.vehicle-video-body .vehicle-resource-btn {
	margin-top: 16px;
}

.vehicle-detail-layout {
	display: grid;
	grid-template-columns: 328px minmax(0, 1fr);
	gap: 0;
	align-items: start;
	margin-top: 0;
	background: #ffffff;
	border-top: 0;
}

.vehicle-sidebar {
	padding: 8px 30px 60px 0;
	border-right: 1px solid #e6edf7;
	box-sizing: border-box;
	background: #ffffff;
}

.vehicle-sidebar-group + .vehicle-sidebar-group {
	margin-top: 8px;
}

.vehicle-sidebar-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px 12px 0;
	border: 0;
	background: transparent;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #202734;
	text-align: left;
	cursor: pointer;
}

.vehicle-sidebar-arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #8a97ab;
	transition: transform 0.2s ease;
	margin-left: 2px;
}

.vehicle-sidebar-group.expanded .vehicle-sidebar-arrow {
	transform: rotate(90deg);
	border-left-color: #4bb4f6;
}

.vehicle-sidebar-items {
	display: none;
	padding: 0 0 10px 24px;
}

.vehicle-sidebar-group.expanded .vehicle-sidebar-items {
	display: block;
}

.vehicle-sidebar-link {
	display: block;
	padding: 11px 22px;
	margin: 4px 0;
	border-radius: 10px;
	color: #202734;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.35;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vehicle-sidebar-link:hover {
	background: #eef6ff;
	color: #4bb4f6;
}

.vehicle-sidebar-link.active {
	background: #d7ecff;
	color: #4bb4f6;
}

.vehicle-content {
	padding: 58px 0 88px 64px;
	box-sizing: border-box;
	min-height: 780px;
}

.vehicle-content-panel {
	max-width: 1020px;
	padding-right: 12px;
}

.vehicle-content-title {
	margin-top: 0;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}

.vehicle-summary {
	margin-top: 30px;
	font-size: 17px;
	line-height: 2;
	color: #313948;
}

.vehicle-block-title {
	margin: 46px 0 18px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	color: #202734;
}

.vehicle-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.vehicle-highlight-card {
	padding: 18px 18px;
	background: #f6f9ff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #4c5668;
	box-sizing: border-box;
}

.vehicle-preview-card {
	margin-top: 30px;
	padding: 16px;
	background: #f8fbff;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.vehicle-preview-group {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.vehicle-preview-group .vehicle-preview-card {
	margin-top: 0;
}

.vehicle-preview-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background: #ffffff;
}

.vehicle-detail-rich {
	margin-top: 10px;
	padding: 22px 24px;
	background: #f8fbff;
	border-radius: 12px;
	box-sizing: border-box;
}

.vehicle-rich-subtitle {
	margin-top: 18px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #202734;
}

.vehicle-rich-subtitle:first-child {
	margin-top: 0;
}

.vehicle-rich-paragraph {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.95;
	color: #425065;
}

.vehicle-rich-paragraph:first-child {
	margin-top: 0;
}

.vehicle-step-list {
	margin: 12px 0 0 22px;
	padding: 0;
	color: #425065;
}

.vehicle-step-list li {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.9;
}

.vehicle-preview-card--mobile {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	background: #111827;
}

.vehicle-preview-card--mobile video {
	aspect-ratio: 9 / 16;
	object-fit: contain;
	background: #000000;
}

.vehicle-resource-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.vehicle-resource-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	height: 42px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(75, 180, 246, 0.28);
	text-decoration: none;
	color: #2f87d8;
	font-size: 14px;
	font-weight: 600;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
	box-sizing: border-box;
}

.vehicle-resource-btn:hover {
	background: #edf6ff;
}

.vehicle-empty {
	padding: 80px 0;
	font-size: 16px;
	line-height: 1.8;
	color: #657286;
}

@media screen and (max-width: 1100px) {
	.vehicle-hero h1 {
		font-size: 50px;
	}

	.vehicle-guide-grid,
	.vehicle-video-grid,
	.vehicle-highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vehicle-feature-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vehicle-detail-layout {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	.vehicle-content {
		padding-left: 34px;
	}
}

@media screen and (max-width: 800px) {
	.vehicle-hero {
		min-height: auto;
	}

	.vehicle-detail-banner {
		height: 84px;
	}

	.vehicle-hero .container {
		padding-top: 118px;
		padding-bottom: 48px;
	}

	.vehicle-hero h1 {
		font-size: 34px;
	}

	.vehicle-hero .vehicle-subtitle {
		font-size: 15px;
		line-height: 1.8;
		max-width: none;
	}

	.vehicle-band {
		padding: 40px 0 46px;
	}

	.vehicle-guide-grid,
	.vehicle-feature-grid,
	.vehicle-video-grid,
	.vehicle-highlight-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.vehicle-guide-card,
	.vehicle-feature-card {
		min-height: auto;
	}

	.vehicle-guide-card {
		padding: 24px 20px 20px;
	}

	.vehicle-feature-card {
		padding: 22px 18px 18px;
	}

	.vehicle-video-body {
		padding: 16px;
	}

	.vehicle-detail-layout {
		grid-template-columns: 1fr;
	}

	.vehicle-sidebar {
		padding: 16px 0 12px;
		border-right: 0;
		border-bottom: 1px solid #e6edf7;
	}

	.vehicle-sidebar-toggle {
		font-size: 17px;
		padding-right: 0;
	}

	.vehicle-sidebar-items {
		padding-left: 18px;
	}

	.vehicle-sidebar-link {
		font-size: 15px;
		padding: 10px 16px;
	}

	.vehicle-content {
		padding: 30px 0 52px;
		min-height: auto;
	}

	.vehicle-content-panel {
		padding-right: 0;
	}

	.vehicle-content-title {
		font-size: 30px;
	}

	.vehicle-summary {
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.9;
	}

	.vehicle-preview-card {
		padding: 16px;
	}

	.vehicle-detail-rich {
		padding: 18px 16px;
	}

	.vehicle-rich-subtitle {
		font-size: 16px;
	}

	.vehicle-rich-paragraph,
	.vehicle-step-list li {
		font-size: 14px;
		line-height: 1.85;
	}

	.vehicle-preview-card--mobile {
		max-width: 320px;
	}

	.vehicle-resource-list {
		gap: 10px;
	}

	.vehicle-resource-btn {
		width: 100%;
	}
}
