/* home11.html – Module 3: 白底 + 点缀（#35b04a 弧形绿点 + 小手机） */
#home11-explore-features.xin2-nemo-features {
	background-color: #ffffff !important;
	background-image: none !important;
	overflow: hidden;
}
#home11-explore-features .home11-nemo-deco {
	position: absolute;
	z-index: 0;
	pointer-events: none;
	margin: 0;
	color: #35b04a;
	opacity: 0.2;
}
#home11-explore-features .home11-nemo-deco-svg {
	display: block;
	width: 100%;
	height: auto;
}
#home11-explore-features .xin2-nemo-stage {
	position: relative;
}
#home11-explore-features .home11-nemo-deco--spot-left {
	top: 0;
	left: 0;
	width: min(72px, 10vw);
	max-width: 88px;
}
#home11-explore-features .home11-nemo-deco--bg-left,
#home11-explore-features .home11-nemo-deco--accent,
#home11-explore-features .home11-nemo-deco--top-left,
#home11-explore-features .home11-nemo-deco--phone-lg {
	display: none !important;
}
#home11-explore-features .home11-nemo-deco--spot-right {
	top: clamp(72px, 15%, 128px);
	right: 1%;
	width: min(188px, 22vw);
}
/* 右侧弧形绿点 */
#home11-explore-features .home11-nemo-deco--green-dots {
	top: 0;
	right: 0;
	bottom: 0;
	width: min(240px, 30vw);
	opacity: 1 !important;
	z-index: 0;
}
#home11-explore-features .home11-nemo-deco--green-dots .home11-nemo-deco-svg {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
}
#home11-explore-features .container {
	position: relative;
	z-index: 1;
}
#home11-explore-features .xin2-nemo-title {
	color: #35b04a !important;
}
#home11-explore-features .xin2-nemo-feature-btn {
	color: rgba(0, 0, 0, 0.45) !important;
}
#home11-explore-features .xin2-nemo-feature-btn:hover {
	color: rgba(0, 0, 0, 0.7) !important;
}
#home11-explore-features .xin2-nemo-feature-btn.is-active {
	color: #000000 !important;
}
#home11-explore-features .xin2-nemo-rail-line {
	background: rgba(53, 176, 74, 0.22) !important;
}
#home11-explore-features .xin2-nemo-rail-active {
	background: #35b04a !important;
	box-shadow: 0 0 12px rgba(53, 176, 74, 0.35) !important;
}
#home11-explore-features .xin2-nemo-footnote {
	color: #000000 !important;
	font-size: clamp(17px, 1.85vw, 20px) !important;
	line-height: 1.7;
}
#home11-explore-features .xin2-nemo-footnote strong {
	color: #000000 !important;
	font-weight: 700;
}
#home11-explore-features .xin2-nemo-stat strong {
	color: #35b04a !important;
}

/* Module 3: 手机屏内整屏截图（可换图，保持切换与移动端铺满） */
#home11-explore-features .xin2-nemo-app-screen--screenshot {
	padding: 0;
	overflow: hidden;
}
#home11-explore-features .xin2-nemo-app-screen--screenshot .xin2-nemo-screen-img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 0;
	border-radius: 0;
	display: block;
	object-fit: cover;
	object-position: center top;
}

/* home11.html – Module 4: Meet our tech stack 标题白色 */
#home11-exp-tech-stack .home11-exp-tech-copy > h2 {
	color: #ffffff !important;
}

/* home11.html – Meet our tech stack (Exponent Energy bento layout) */
.home11-exp-tech {
	padding: 100px 0 110px;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
}
.home11-exp-tech-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.55fr);
	gap: 40px 48px;
	align-items: start;
	max-width: 1280px;
	margin: 0 auto;
}
.home11-exp-tech-copy {
	padding-top: 8px;
}
.home11-exp-tech-copy h2 {
	font-size: clamp(36px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
	color: #ffffff !important;
}
.home11-exp-tech-copy p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 36px;
	max-width: 420px;
}
.home11-exp-tech-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	border-radius: 999px;
	text-decoration: none;
	border: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.home11-exp-tech-btn:hover {
	color: #000000;
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(255, 255, 255, 0.15);
}
.home11-exp-tech-bento {
	display: grid;
	grid-template-columns: 1.05fr 1fr 1fr;
	grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
	gap: 16px;
	min-height: 520px;
}
.home11-exp-card {
	position: relative;
	background: #161616;
	border-radius: 20px;
	padding: 22px 22px 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 0;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.45s ease;
}
.home11-exp-card:hover,
.home11-exp-card.is-hovered {
	transform: translateY(-6px);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
}
.home11-exp-card--bms {
	grid-column: 1;
	grid-row: 1 / 3;
}
.home11-exp-card--virtual {
	grid-column: 2;
	grid-row: 1;
}
.home11-exp-card--dynamic {
	grid-column: 3;
	grid-row: 1;
}
.home11-exp-card--thermal {
	grid-column: 2 / 4;
	grid-row: 2;
}
.home11-exp-card h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 12px;
	color: #ffffff;
	z-index: 2;
	position: relative;
}
.home11-exp-card-visual {
	flex: 1;
	margin-top: auto;
	min-height: 140px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.home11-exp-card-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	display: block;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.home11-exp-card:hover .home11-exp-card-visual img {
	transform: scale(1.04);
}
.home11-exp-card--virtual .home11-exp-card-visual,
.home11-exp-card--dynamic .home11-exp-card-visual,
.home11-exp-card--thermal .home11-exp-card-visual {
	min-height: 160px;
}
.home11-exp-card--thermal .home11-exp-card-visual {
	min-height: 180px;
}

@media (max-width: 1199px) {
	#home11-explore-features .home11-nemo-deco--spot-left {
		width: min(64px, 9vw);
	}
	#home11-explore-features .home11-nemo-deco--spot-right {
		width: min(165px, 24vw);
	}
	#home11-explore-features .home11-nemo-deco--green-dots {
		width: min(180px, 24vw);
	}
	#home11-explore-features .home11-nemo-deco--green-dots .home11-nemo-deco-svg {
		min-height: 240px;
	}
	.home11-exp-tech-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.home11-exp-tech-copy h2 {
		font-size: clamp(32px, 5vw, 48px);
	}
	.home11-exp-tech-copy p {
		max-width: none;
	}
	.home11-exp-tech-bento {
		min-height: 480px;
	}
}

@media (max-width: 991px) {
	#home11-explore-features .xin2-nemo-stage {
		gap: 36px;
	}
	#home11-explore-features .home11-nemo-deco--spot-left {
		width: min(56px, 12vw);
	}
	#home11-explore-features .home11-nemo-deco--spot-right {
		top: clamp(64px, 12%, 108px);
		width: min(145px, 30vw);
	}
	#home11-explore-features .home11-nemo-deco--green-dots {
		width: min(150px, 26vw);
	}
	#home11-explore-features .home11-nemo-deco--green-dots .home11-nemo-deco-svg {
		min-height: 200px;
	}
	#home11-explore-features .xin2-nemo-footnote {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.home11-exp-tech {
		padding: 72px 0 80px;
	}
	.home11-exp-tech-copy h2 {
		font-size: clamp(28px, 7vw, 40px);
	}
	.home11-exp-tech-bento {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}
	.home11-exp-card--bms {
		grid-column: 1 / 3;
		grid-row: auto;
		min-height: 280px;
	}
	.home11-exp-card--virtual {
		grid-column: 1;
		grid-row: auto;
	}
	.home11-exp-card--dynamic {
		grid-column: 2;
		grid-row: auto;
	}
	.home11-exp-card--thermal {
		grid-column: 1 / 3;
		grid-row: auto;
		min-height: 220px;
	}
}

@media (max-width: 575px) {
	#home11-explore-features.xin2-nemo-features {
		padding: 64px 0 72px !important;
	}
	#home11-explore-features .home11-nemo-deco {
		opacity: 0.12;
	}
	#home11-explore-features .home11-nemo-deco--spot-left {
		width: min(52px, 14vw);
	}
	#home11-explore-features .home11-nemo-deco--spot-right {
		top: clamp(56px, 10%, 96px);
		right: 0;
		width: min(120px, 36vw);
		opacity: 0.14;
	}
	#home11-explore-features .home11-nemo-deco--green-dots {
		width: min(120px, 32vw);
		opacity: 1 !important;
	}
	#home11-explore-features .home11-nemo-deco--green-dots .home11-nemo-deco-svg {
		min-height: 160px;
	}
	#home11-explore-features .xin2-nemo-footnote {
		font-size: 15px !important;
		padding: 0 12px;
	}
	.home11-exp-tech-copy h2 {
		font-size: 26px;
		line-height: 1.15;
	}
	.home11-exp-tech-bento {
		grid-template-columns: 1fr;
	}
	.home11-exp-card--bms,
	.home11-exp-card--virtual,
	.home11-exp-card--dynamic,
	.home11-exp-card--thermal {
		grid-column: 1;
		min-height: 240px;
	}
}

/* home11.html – Module 1: 缩略图整页轮播（固定 3 张完整卡片，超出裁切） */
#featured-products-section.product-showcase-con .product-names-row.featured-thumbs-viewport {
	display: block !important;
	overflow: hidden !important;
	overflow-x: hidden !important;
	width: 100%;
	min-width: 0;
	padding: 4px 0;
	position: relative;
}

#featured-products-section.product-showcase-con .featured-thumbs-viewport.is-paged .featured-thumbs-track {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: var(--featured-thumb-gap, 6px);
	will-change: transform;
	backface-visibility: hidden;
}

#featured-products-section.product-showcase-con .featured-thumbs-viewport.is-paged .product-name-tab {
	flex: 0 0 var(--featured-thumb-item-width, auto) !important;
	width: var(--featured-thumb-item-width, auto) !important;
	max-width: var(--featured-thumb-item-width, auto) !important;
	min-width: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

#featured-products-section.product-showcase-con .featured-thumbs-viewport.is-few {
	overflow: visible !important;
}

#featured-products-section.product-showcase-con .featured-thumbs-viewport.is-few .featured-thumbs-track {
	display: flex !important;
	width: 100% !important;
	justify-content: center;
	align-items: center;
	gap: var(--featured-thumb-gap, 6px);
	transform: none !important;
}

#featured-products-section.product-showcase-con .featured-thumbs-viewport.is-few .product-name-tab {
	flex: 1 1 0 !important;
	max-width: calc((100% - (var(--featured-thumb-count, 1) - 1) * var(--featured-thumb-gap, 6px)) / var(--featured-thumb-count, 1)) !important;
	width: auto !important;
	padding: 0 !important;
}

#featured-products-section.featured-products-v2 .featured-thumbs-row--single {
	grid-template-columns: minmax(0, 1fr);
}

#featured-products-section.featured-products-v2 .featured-thumbs-row--single .product-names-row {
	grid-column: 1;
}

#featured-products-section.featured-products-v2 .featured-thumbs-row--single .featured-thumbs-viewport.is-few .product-name-tab {
	flex: 0 1 auto !important;
	max-width: 55% !important;
}

.featured-products-v2 .product-showcase_left,
.featured-products-v2 .featured-panel {
	overflow: visible;
	max-width: 100%;
}

/* Module 1: 缩略图轮播略放大 + 上移（仅 home11） */
#featured-products-section.featured-products-v2 .product-showcase_left {
	gap: 12px;
}

#featured-products-section.featured-products-v2 .product-showcase-description p {
	margin-top: 40px;
	margin-bottom: 14px;
}

#featured-products-section.featured-products-v2 .featured-thumbs-row {
	margin-top: 6px;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	gap: 14px;
}

#featured-products-section.featured-products-v2 .featured-nav-btn {
	width: 48px;
	height: 48px;
}

#featured-products-section.featured-products-v2 .featured-nav-btn i {
	font-size: 16px;
}

#featured-products-section.featured-products-v2 .product-name-tab {
	max-width: calc(100% / 2);
}

#featured-products-section.featured-products-v2 .product-name-tab .product-name-image {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	max-height: clamp(260px, 38vw, 460px);
	margin: 0 auto;
	display: block;
	object-fit: contain;
	object-position: center center;
}

#featured-products-section.featured-products-v2 .product-name-tab.active::before {
	width: min(460px, 96%);
	height: min(460px, 96%);
	max-width: 460px;
	max-height: clamp(260px, 38vw, 460px);
}

/* Module 1: 右侧大图正常比例（覆盖 a8hhd1 的 184% / 170% 放大裁切） */
#featured-products-section.featured-products-v2 .product-showcase_right {
	overflow: hidden;
}

#featured-products-section.featured-products-v2 .product-image-wrapper {
	width: 100% !important;
	min-height: auto !important;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

#featured-products-section.featured-products-v2 .product-image,
#featured-products-section.featured-products-v2 .featured-main-panel .product-image {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
	overflow: visible;
}

#featured-products-section.featured-products-v2 .product-image .product-main-image,
#featured-products-section.featured-products-v2 .product-main-image {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	max-height: clamp(260px, 38vw, 460px);
	margin: 0 auto;
	display: block;
	object-fit: contain;
	object-position: center center;
	transform: none;
}

@media (max-width: 991px) {
	#featured-products-section.featured-products-v2 .product-image .product-main-image,
	#featured-products-section.featured-products-v2 .product-main-image {
		max-height: min(360px, 52vw);
	}

	#featured-products-section.featured-products-v2 .product-showcase-description p {
		margin-top: 22px;
		margin-bottom: 12px;
	}

	#featured-products-section.featured-products-v2 .featured-thumbs-row {
		margin-top: 4px;
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		gap: 10px;
	}

	#featured-products-section.featured-products-v2 .featured-nav-btn {
		width: 42px;
		height: 42px;
	}

	#featured-products-section.featured-products-v2 .product-name-tab .product-name-image {
		max-height: min(360px, 52vw);
	}

	#featured-products-section.featured-products-v2 .product-name-tab.active::before {
		max-width: min(360px, 52vw);
		max-height: min(360px, 52vw);
	}
}

@media (max-width: 767px) {
	#featured-products-section.featured-products-v2 .product-image .product-main-image,
	#featured-products-section.featured-products-v2 .product-main-image {
		max-height: min(300px, 58vw);
	}

	#featured-products-section.featured-products-v2 .product-showcase-description p {
		margin-top: 16px;
		margin-bottom: 10px;
	}

	#featured-products-section.featured-products-v2 .product-name-tab .product-name-image {
		max-height: min(300px, 58vw);
	}

	#featured-products-section.featured-products-v2 .product-name-tab.active::before {
		max-width: min(300px, 58vw);
		max-height: min(300px, 58vw);
	}
}

@media (max-width: 575px) {
	#featured-products-section.featured-products-v2 .product-image .product-main-image,
	#featured-products-section.featured-products-v2 .product-main-image {
		max-height: min(240px, 62vw);
	}

	#featured-products-section.featured-products-v2 .product-showcase-description p {
		margin-top: 12px;
		margin-bottom: 8px;
	}

	#featured-products-section.featured-products-v2 .featured-thumbs-row {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 8px;
		margin-top: 2px;
	}

	#featured-products-section.featured-products-v2 .featured-nav-btn {
		width: 38px;
		height: 38px;
	}

	#featured-products-section.featured-products-v2 .featured-nav-btn i {
		font-size: 14px;
	}

	#featured-products-section.featured-products-v2 .product-name-tab .product-name-image {
		max-height: min(240px, 62vw);
	}

	#featured-products-section.featured-products-v2 .product-name-tab.active::before {
		max-width: min(240px, 62vw);
		max-height: min(240px, 62vw);
	}
}

/* home11.html – Module 8: Testimonials 箭头移至左侧文案下方 */
.testimonial-con .testimonial-nav-wrap {
	margin-top: 28px;
	min-height: 49px;
}

.testimonial-con .testimonial-nav-wrap .owl-nav {
	position: static !important;
	top: auto !important;
	left: auto !important;
	bottom: auto !important;
	width: auto !important;
	transform: none !important;
	display: flex !important;
	gap: 12px;
	justify-content: flex-start;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}

.testimonial-con .testimonial-nav-wrap .owl-prev,
.testimonial-con .testimonial-nav-wrap .owl-next {
	position: static !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
	background: transparent !important;
	border: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.testimonial-con .testimonial-nav-wrap .owl-prev span,
.testimonial-con .testimonial-nav-wrap .owl-next span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	width: 49px;
	height: 49px;
	line-height: 1;
	border-radius: 50%;
	color: #ffffff;
	background-color: var(--e-global-color-secondary, #1a1a2e);
	transition: all 0.3s ease-in-out;
}

.testimonial-con .testimonial-nav-wrap .owl-prev:hover span,
.testimonial-con .testimonial-nav-wrap .owl-next:hover span {
	background-color: var(--e-global-color-accent, #35b04a);
}

.testimonial-con .testimonial-nav-wrap .owl-prev span i,
.testimonial-con .testimonial-nav-wrap .owl-next span i {
	font-size: 15px;
	line-height: 1;
	pointer-events: none;
}

@media (max-width: 991px) {
	.testimonial-con .testimonial-nav-wrap {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.testimonial-con .testimonial-nav-wrap .owl-nav {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.testimonial-con .testimonial-nav-wrap .owl-prev span,
	.testimonial-con .testimonial-nav-wrap .owl-next span {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}
}
