@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
	--primary: #28b894;
	--primary-hover: #229c7d;
	--primary-light: #28b8941a;
	--bg-color: #ffffff;
	--bg-gray: #f8f9fa;
	--text-main: #111111;
	--text-muted: #666666;
	--border-color: #eaeaea;
	--white: #ffffff;
	--black: #1a1a1a;
	--shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	--shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

body {
	background-color: var(--bg-color);
	color: var(--text-main);
	overflow-x: hidden;
}

/* Helpers */
.text-center {
	text-align: center;
}

.text-primary {
	color: var(--primary) !important;
}

.text-success {
	color: var(--primary);
}

.w-100 {
	width: 100%;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.section-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

.brand-text {
	font-weight: 900;
	letter-spacing: -0.5px;
}

.underscore {
	color: var(--primary);
	font-weight: 900;
}

.section-title-main {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
}

.section-subtitle {
	font-size: 16px;
	color: var(--text-muted);
	margin-bottom: 48px;
}

/* Buttons */
.btn {
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.btn-primary {
	background: var(--primary);
	color: var(--white);
}

.btn-primary:hover {
	background: var(--primary-hover);
	transform: translateY(-2px);
}

.btn-black {
	background: var(--black);
	color: var(--white);
}

.btn-black:hover {
	background: #000;
	transform: translateY(-2px);
}

.btn-login {
	background: transparent;
	color: var(--text-main);
	font-weight: 600;
}

.btn-login:hover {
	color: var(--primary);
}

.btn-large {
	padding: 14px 32px;
	font-size: 16px;
	border-radius: 999px;
}

.btn-icon {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
}

/* Header */
.header {
	width: 100%;
	padding: 20px 0;
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 800;
	color: var(--text-main);
}

.logo-icon {
	color: var(--primary);
	font-size: 24px;
}

.nav-menu {
	display: flex;
	gap: 40px;
}

.nav-link {
	text-decoration: none;
	color: var(--text-muted);
	font-weight: 500;
	font-size: 15px;
	transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
	color: var(--text-main);
	font-weight: 600;
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}




.hero-container {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 80px
}

@media(max-width: 1440px) {
	.hero-container {
		padding: 0 60px
	}
}

@media(max-width: 1200px) {
	.hero-container {
		padding: 0 40px
	}
}

@media(max-width: 768px) {
	.hero-container {
		padding: 0 24px
	}
}

@media(max-width: 480px) {
	.hero-container {
		padding: 0 16px
	}
}

.modes-intro-section {
	padding-top: 40px;
}

.modes-intro {
	background: #fff
}

.modes-intro .modes-intro-content {
	background: #f4f5f5;
	padding: 80px 0;
	border-radius: 24px
}

.modes-intro .modes-intro-header {
	text-align: center;
	margin-bottom: clamp(160px, 5vw, 240px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 2vw, 20px)
}

.modes-intro .modes-intro-header .main-title {
	color: #191a23;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(24px, 5vw, 60px);
	font-style: normal;
	font-weight: 700;
	line-height: clamp(28px, 5.5vw, 64px);
	display: flex;
	align-items: center;
	justify-content: center
}

.modes-intro .modes-intro-header .subtitle {
	color: #191a23;
	text-align: center;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(14px, 2.5vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: clamp(28px, 5vw, 40px)
}

.modes-intro .scenario-container-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
	position: relative
}

.modes-intro .carousel-gallery {
	width: 100%;
	height: clamp(300px, 30vw, 400px);
	position: relative;
	background: #fff;
	z-index: 20;
	overflow: hidden
}

.modes-intro .carousel-gallery .carousel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #000
}

.modes-intro .carousel-gallery .gallery-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 0.5s ease, transform 0.5s ease;
	pointer-events: none;
}

.modes-intro .carousel-gallery .gallery-slide.active {
	opacity: 1;
	visibility: visible;
}

.modes-intro .carousel-gallery .gallery-slide .gallery-content {
	width: 100%;
	height: 100%
}

.modes-intro .carousel-gallery .gallery-slide .gallery-content .simple-carousel {
	width: 100%;
	height: 100%;
	position: relative
}

.modes-intro .carousel-gallery .gallery-slide .gallery-content .simple-carousel .carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #666;
	font-size: 16px;
	opacity: 0;
	transition: opacity var(--transition-duration, .3s) ease-in-out
}

.modes-intro .carousel-gallery .gallery-slide .gallery-content .simple-carousel .carousel-slide.active {
	opacity: 1
}


.modes-intro .scenario-container {
	background: #fff;
	padding: clamp(20px, 3vw, 40px) 40px clamp(20px, 3vw, 40px) clamp(50px, 8vw, 101px);
	position: relative
}

.modes-intro .scenario-container .scenario-header-images {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	display: flex;
	row-gap: 4px;
	align-items: flex-end;
	gap: 4px;
	width: clamp(40%, 50%, 60%);
	padding: 0 clamp(30px, 6vw, 101px);
	z-index: 1
}

.modes-intro .scenario-container .scenario-header-images .header-image-item {
	width: clamp(120px, 15vw, 177px);
	height: clamp(115px, 14.5vw, 170px);
	flex-shrink: 0;
	aspect-ratio: 177/170;
	overflow: hidden;
	border-radius: clamp(8px, 1.5vw, 12px);
	position: relative;
	margin-right: clamp(-30px, -4vw, -50px);
	top: 13px
}

.modes-intro .scenario-container .scenario-header-images .header-image-item-2 {
	top: 21px
}

.modes-intro .scenario-container .scenario-header-images .header-image-item:last-child {
	margin-right: 0
}

.modes-intro .scenario-container .scenario-header-images .header-image-item.small {
	width: clamp(100px, 13vw, 150px);
	height: clamp(94px, 12.5vw, 133px)
}

.modes-intro .scenario-container .scenario-header-images .header-image-item.small .header-image {
	object-fit: contain
}

.modes-intro .scenario-container .scenario-header-images .header-image-item .header-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top
}

.modes-intro .scenario-tabs {
	display: inline-flex;
	justify-content: center;
	margin-bottom: clamp(30px, 5vw, 60px);
	border-radius: clamp(6px, 1.2vw, 11px);
	border: 1px solid rgba(40, 184, 148, .1);
	background: #c2c4d333;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	padding: clamp(8px, 1.5vw, 12px);
	align-items: center;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	flex-wrap: nowrap;
	white-space: nowrap
}

.modes-intro .scenario-tabs .scenario-tab {
	padding: clamp(6px, 1vw, 8px) clamp(21px, 1.75vw, 34.3px);
	cursor: pointer;
	transition: all var(--transition-duration, .3s) ease;
	position: relative;
	z-index: 2;
	color: #000;
	text-align: center;
	font-family: Alimama ShuHeiTi;
	font-size: clamp(16px, 2.5vw, 21px);
	font-style: normal;
	line-height: clamp(18px, 2.8vw, 24px);
	border-radius: clamp(3px, .5vw, 4px);
	border: 1px solid transparent
}

.modes-intro .scenario-tabs .scenario-tab.active {
	border: 1px solid rgba(40, 184, 148, .1);
	background: #28b894;
	color: #fff;
	font-family: Alimama ShuHeiTi;
	font-size: clamp(16px, 2.5vw, 21px);
	font-style: normal;
	line-height: clamp(18px, 2.8vw, 24px)
}

.modes-intro .scenario-tabs .scenario-tab:hover:not(.active) {
	background: #28b8940a
}

.modes-intro .scenario-details .scenario-content {
	max-width: clamp(300px, 50vw, 800px);
	margin: 0 auto
}

.modes-intro .scenario-details .scenario-content .scenario-title {
	color: #191a23;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(24px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	line-height: clamp(32px, 5.2vw, 52px);
	margin-bottom: clamp(4px, .8vw, 8px)
}

.modes-intro .scenario-details .scenario-content .scenario-description {
	color: #191a23;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(24px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	line-height: clamp(32px, 5.2vw, 52px)
}

.modes-intro .scenario-details .scenario-content .recommended-users {
	color: #191a23;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(14px, 2.5vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: clamp(28px, 5vw, 40px);
	margin: clamp(10px, 2vw, 20px) 0
}

.modes-intro .scenario-details .scenario-content .feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 clamp(20px, 4vw, 40px) 0
}

.modes-intro .scenario-details .scenario-content .feature-list .feature-item {
	position: relative;
	color: #191a23;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(12px, 2vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: clamp(18px, 3vw, 24px);
	margin: clamp(4px, .8vw, 8px) 0
}

@keyframes progressFill {
	0% {
		width: 0%
	}

	to {
		width: 100%
	}
}

.arrow-hover-container {
	display: inline-block;
}

.arrow-hover {
	display: inline-block;
	cursor: pointer
}

.arrow-hover .arrow-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	transition: transform .3s ease;
	flex-shrink: 0;
	border-radius: 4px;
	background: #191a23;
	flex: 0 0 48px;
	position: relative;
	overflow: hidden
}

.arrow-hover .arrow-icon:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 0;
	height: 0;
	background: #28b894;
	border-radius: 50%;
	transition: all .3s ease;
	z-index: 1
}

.arrow-hover .arrow-icon:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 0;
	height: 0;
	background: #28b894;
	border-radius: 50%;
	transition: all .3s ease;
	z-index: 1;
	opacity: 0
}

.arrow-hover .arrow-icon .arrow-icon-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 1;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(0)
}

.arrow-hover .arrow-icon .arrow-icon-white svg {
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1)
}

.arrow-hover .arrow-icon .arrow-icon-black {
	position: absolute;
	bottom: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease-in-out;
	z-index: 3
}

.arrow-hover .arrow-icon .arrow-icon-black svg {
	width: 24px;
	height: 24px;
	filter: brightness(0)
}

.arrow-hover.default .arrow-icon {
	background: #191a23
}

.arrow-hover.default .arrow-icon:before,
.arrow-hover.default .arrow-icon:after {
	background: #28b894
}

.arrow-hover.default .arrow-icon .arrow-icon-white svg {
	filter: brightness(0) invert(1)
}

.arrow-hover.default .arrow-icon .arrow-icon-black svg {
	filter: brightness(0)
}

.arrow-hover-container:hover .arrow-hover .arrow-icon .arrow-icon-white {
	opacity: 1;
	transform: translate(48px, -48px)
}

.arrow-hover-container:hover .arrow-hover .arrow-icon:before {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0
}

.arrow-hover-container:hover .arrow-hover .arrow-icon:after {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	opacity: 1
}

.arrow-hover-container:hover .arrow-hover .arrow-icon .arrow-icon-black {
	opacity: 1;
	bottom: 0;
	left: 0
}



.modes-intro {
	position: relative;
	width: 100%;
	--carousel-duration: 3000ms;
	--carousel-play-state: running;
}

.ecosystem-section {
	position: relative;
	width: 100%;
	background: #fff;
	padding: clamp(60px, 8vw, 120px) 0 clamp(40px, 6vw, 80px);
	overflow: hidden
}

.ecosystem-section .ecosystem-header {
	text-align: center;
	margin-bottom: 20px;
}

.ecosystem-section .ecosystem-header .ecosystem-title {
	margin: 0 0 16px;
	color: #000;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(28px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center
}

.ecosystem-section .ecosystem-header .ecosystem-title>.container {
	width: 100%;
	text-align: center
}

.ecosystem-section .ecosystem-header .ecosystem-subtitle {
	margin: 0 auto;
	max-width: 720px;
	color: #5a5a5a;
	font-family: Alimama FangYuanTi VF;
	font-size: clamp(14px, 1.4vw, 16px);
	font-weight: 500;
	line-height: 1.6
}

.ecosystem-section .ecosystem-orbit {
	--orbit-size: clamp(420px, 50vw, 720px);
	--orbit-radius: calc(var(--orbit-size) / 2);
	--item-distance: calc(var(--orbit-radius) * .86);
	position: relative;
	width: var(--orbit-size);
	height: var(--orbit-size);
	margin: 0 auto
}

.ecosystem-section .orbit-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1
}

.ecosystem-section .orbit-ring.orbit-ring-inner {
	width: 52%;
	height: 52%;
	background: linear-gradient(#eef9f7, #eef9f7) padding-box, linear-gradient(180deg, #28b89400, #28b89414 8%, #28b8941f 12%, #28b89400) border-box;
	border: 4.29px solid transparent
}

.ecosystem-section .orbit-ring-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	overflow: visible;
	z-index: 0
}

.ecosystem-section .orbit-ring-svg.orbit-ring-outer {
	width: 100%;
	height: 100%
}

.ecosystem-section .orbit-ring-svg.orbit-ring-middle {
	width: 78%;
	height: 78%
}

.ecosystem-section .ecosystem-center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3
}

.ecosystem-section .ecosystem-center .ecosystem-center-logo {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.ecosystem-section .ecosystem-orbit:hover .ecosystem-items-orbit,
.ecosystem-section .ecosystem-orbit:hover .ecosystem-item .ecosystem-item-inner {
	animation-play-state: paused
}

.ecosystem-section .ecosystem-items-orbit {
	position: absolute;
	inset: 0;
	animation: ecosystem-orbit-spin 60s linear infinite;
	transform-origin: 50% 50%;
	will-change: transform
}

.ecosystem-section .ecosystem-item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%) rotate(var(--angle));
	z-index: 2
}

/* Ecosystem Inline Replacements */
.eco-angle-1 {
	--angle: -25.71deg;
}

.eco-angle-2 {
	--angle: 25.71deg;
}

.eco-angle-3 {
	--angle: -77.14deg;
}

.eco-angle-4 {
	--angle: 77.14deg;
}

.eco-angle-5 {
	--angle: -128.57deg;
}

.eco-angle-6 {
	--angle: 128.57deg;
}

.eco-angle-7 {
	--angle: 180deg;
}

.eco-bg-blue {
	background: rgb(0, 120, 255);
}

.eco-bg-white {
	background: rgb(255, 255, 255);
}

.eco-bg-orange {
	background: rgb(255, 166, 28);
}

.eco-bg-light-blue {
	background: rgb(61, 139, 255);
}

.eco-bg-green {
	background: rgb(26, 173, 25);
}

.ecosystem-section .ecosystem-item .ecosystem-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) translateY(calc(var(--item-distance) * -1)) rotate(calc(var(--angle) * -1));
	animation: ecosystem-item-counter-spin 60s linear infinite;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 14px 32px 14px 14px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 8px 24px #141e2814, 0 2px 6px #141e280a;
	white-space: nowrap;
	transform-origin: center;
	will-change: transform
}

.ecosystem-section .ecosystem-item .ecosystem-item-inner:hover {
	animation-play-state: paused
}

.ecosystem-section .ecosystem-item .ecosystem-item-icon {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.ecosystem-section .ecosystem-item .ecosystem-item-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.ecosystem-section .ecosystem-item .ecosystem-item-name {
	color: #1a1a1a;
	font-family: Alimama FangYuanTi VF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1
}

@keyframes ecosystem-orbit-spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes ecosystem-item-counter-spin {
	0% {
		transform: translate(-50%, -50%) translateY(calc(var(--item-distance) * -1)) rotate(calc(var(--angle) * -1)) rotate(0)
	}

	to {
		transform: translate(-50%, -50%) translateY(calc(var(--item-distance) * -1)) rotate(calc(var(--angle) * -1)) rotate(-360deg)
	}
}

@media(prefers-reduced-motion:reduce) {

	.ecosystem-section .ecosystem-items-orbit,
	.ecosystem-section .ecosystem-item .ecosystem-item-inner {
		animation: none !important
	}
}

@media(max-width: 768px) {
	.ecosystem-section .ecosystem-orbit {
		--orbit-size: 360px
	}

	.ecosystem-section .ecosystem-item .ecosystem-item-inner {
		padding: 6px 14px 6px 6px;
		gap: 6px
	}

	.ecosystem-section .ecosystem-item .ecosystem-item-icon {
		width: 26px;
		height: 26px
	}

	.ecosystem-section .ecosystem-item .ecosystem-item-name {
		font-size: 13px
	}
}

/* Partners Section */
.partners-section {
	padding: 80px 0;
	background: #f8f9fa;
	/* using a light grey background similar to image */
	overflow: hidden;
}

.partners-marquee-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.marquee-row {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* Ensure seamless layout */
.marquee-content {
	display: flex;
	align-items: center;
	gap: 80px;
	padding-right: 80px;
	width: max-content;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

/* Pause animation on hover */
.marquee-row:hover .marquee-content {
	animation-play-state: paused;
}

/* Top Row - Scrolls Left */
.marquee-content.scroll-left {
	animation: scrollLeft 60s linear infinite;
}

/* Bottom Row - Scrolls Right */
.marquee-content.scroll-right {
	/* For scroll right, we start at -50% and go to 0 */
	animation: scrollRight 60s linear infinite;
}

@keyframes scrollLeft {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes scrollRight {
	0% {
		transform: translate3d(-50%, 0, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 40px;
	/* Add grayscale and lower opacity for non-hover state to match original aesthetic */
	filter: brightness(0) saturate(100%) invert(7%) sepia(10%) saturate(1069%) hue-rotate(201deg) brightness(97%) contrast(95%);
	transition: all 0.3s ease;
	cursor: pointer;
}


.partner-item img {
	height: 100%;
	width: auto;
	object-fit: contain;
}



/* Pricing */
.pricing-section {
	padding-top: 100px;
}

.pricing-cards {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 40px;
}

.price-card {
	background: var(--white);
	border-radius: 12px;
	padding: 40px 32px;
	flex: 1;
	text-align: left;
	border: 1px solid #e8e8e8;
	position: relative;
	transition: all 0.3s;
}

.price-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}

.price-card.highlight {
	border: 2px solid #28b894;
}

.p-type-tag {
	display: inline-block;
	background: #f4f5f5;
	color: #666;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 24px;
}

.p-price-container {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 16px;
	min-height: 44px;
}

.p-price-text,
.p-price-num {
	font-size: 36px;
	font-weight: 800;
	color: #111;
}

.p-price-unit {
	font-size: 14px;
	color: #888;
}

.p-desc-bold {
	font-size: 14px;
	font-weight: 600;
	color: #111;
	line-height: 1.6;
	margin-bottom: 24px;
	min-height: 44px;
}

.btn-outline {
	background: transparent;
	border: 1px solid #e8e8e8;
	color: #111;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s;
}

.btn-outline:hover {
	background: #f8f9fa;
	border-color: #ddd;
}

.p-divider {
	height: 1px;
	background: #f0f0f0;
	margin: 32px 0;
}

.p-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.p-features li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	margin-bottom: 16px;
	color: #333;
}

.p-yes::before {
	content: '✓';
	color: #28b894;
	font-weight: 800;
}

.p-no::before {
	content: '×';
	color: #333;
	font-weight: 800;
	font-size: 16px;
}

.p-no {
	color: #666 !important;
}

.view-more-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--text-main);
	text-decoration: none;
}

.view-more-link:hover {
	color: var(--primary);
}


.gap-5 {
	gap: 20px;
}

/* Missing Utility Classes for Modes Intro */


.visible {
	visibility: visible
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.-bottom-100px {
	bottom: -100px
}

.-top-40px {
	top: -40px
}

.bottom-60px {
	bottom: 60px
}

.left-0 {
	left: 0
}

.left-40\% {
	left: 40%
}

.right-0 {
	right: 0
}

.z-1 {
	z-index: 1
}

.z-10 {
	z-index: 10
}

.hidden {
	display: none
}

.w-full {
	width: 100%
}

.h-full {
	height: 100%
}

.max-w-70x {
	max-width: 70%
}

.m-auto {
	margin: auto
}

.modes-intro .carousel-gallery .gallery-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 0.5s ease, transform 0.5s ease;
	pointer-events: none;
}

.modes-intro .carousel-gallery .gallery-slide.active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.footer .footer-brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 30px 0px 60px;
	gap: 2rem;
}

.footer .footer-brand .footer-brand-wordmark {
	width: 1342.05px;
	height: 153.983px;
	flex-shrink: 0;
	max-width: 100%;
}

.flex {
	display: flex;
}

.w-fit\! {
	width: fit-content !important;
}

.footer {
	color: rgb(51, 51, 51);
	margin-top: auto;
	position: relative;
	z-index: 999;
	background: rgb(248, 249, 250);
	padding: 60px 0px 20px;
	overflow: hidden;

}

.footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 24px;
	gap: 16px;
	color: #a0aec0;
	font-size: 14px;
}

.detail-container {
	min-height: 50vh;
	padding: 60px 20px;
	max-width: 1100px;
	margin: 0 auto;
}

.detail-container img {
	margin: 0 auto;
}

/* Question Section */
.question-section {
	padding: 60px 0;
	background: #fff;
}

.question-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 24px;
}

.question-col {
	background: #f5f5f5;
	padding: 32px 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.question-col a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	transition: color 0.3s;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 10px;
}

.question-col a:hover,
.question-col a.active {
	color: var(--primary);
}

.question-col a i {
	color: #fca311;
}

/* Top Bar Styles */
.modes-intro-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 40px 40px;
	margin-top: -40px;
}

.top-bar-logo img {
	height: 36px;
}

.top-bar-phone {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.question-section .section-title-main {
	margin-bottom: 40px;
}

/* ==========================================================================
   RESPONSIVE DESIGN: iPad & Tablets (Max Width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {

	/* 1. Header & Top Bar */
	.modes-intro-top-bar {
		padding: 0 20px 30px 20px;
	}

	/* 2. Scenario Container */
	.modes-intro .scenario-container-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.modes-intro .carousel-gallery {
		height: clamp(300px, 45vw, 500px);
		border-radius: 20px;
	}

	/* 3. Pricing Section */
	.pricing-cards {
		flex-wrap: wrap;
		justify-content: center;
	}

	.price-card {
		min-width: 300px;
		max-width: 450px;
	}

	/* 4. Question Section */
	.question-container {
		display: flex;
		flex-wrap: wrap;
	}

	.question-col {
		flex: 1 1 45%;
	}

	/* 5. Footer */
	.footer .footer-brand {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 40px;
	}

	.footer .footer-brand .footer-brand-wordmark {
		width: 100%;
		height: auto;
	}
}

/* ==========================================================================
   RESPONSIVE DESIGN: Mobile Devices (Max Width: 768px)
   ========================================================================== */
@media (max-width: 768px) {

	/* Global Spacing Reductions */
	.modes-intro-section {
		padding-top: 20px;
	}

	.modes-intro .modes-intro-content {
		padding: 40px 0;
	}

	.modes-intro .modes-intro-header {
		margin-bottom: 40px;
	}

	.pricing-section {
		padding-top: 40px;
	}

	.pricing-cards {
		margin-top: 24px;
	}

	.ecosystem-section {
		padding: 40px 0 30px;
	}

	.question-section {
		padding: 40px 0;
	}

	.question-section .section-title-main {
		margin-bottom: 24px;
	}

	.partners-section {
		padding: 40px 0;
	}

	.partners-marquee-container {
		gap: 20px;
	}

	/* 1. Hero Container & Intro */
	.hidden-mobile {
		display: none !important;
	}

	.hero-container {
		padding: 0 16px;
	}

	.modes-intro-top-bar {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		margin-top: -20px;
		padding: 0 0 30px 0;
	}

	/* 2. Scenario Container */
	.modes-intro .scenario-container-wrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.modes-intro .scenario-container {
		padding: 16px 12px;
	}

	.modes-intro .scenario-container .scenario-header-images {
		display: none;
		/* Hide floating decorative images on small screens */
	}

	.modes-intro .scenario-tabs {
		display: flex;
		flex-wrap: nowrap;
		gap: 4px;
		justify-content: center;
		margin-bottom: 32px;
		padding: 6px;
		width: fit-content;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modes-intro .scenario-tabs .scenario-tab {
		font-size: 15px;
		padding: 8px 16px;
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.modes-intro .scenario-details .scenario-content {
		max-width: 100%;
	}

	.modes-intro .scenario-details .scenario-content .scenario-title {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 8px;
		font-weight: 800;
		color: #111;
	}

	.modes-intro .scenario-details .scenario-content .scenario-description {
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 16px;
		font-weight: 700;
		color: #111;
	}

	.modes-intro .scenario-details .scenario-content .feature-list .feature-item {
		font-size: 14px;
		line-height: 1.6;
		margin: 8px 0 24px 0;
		color: #555;
	}

	.modes-intro .carousel-gallery {
		height: 260px;
		margin-top: 24px;
		border-top: 5px solid #111;
		border-bottom: 5px solid #111;
	}

	.modes-intro .carousel-gallery .gallery-slide {
		height: 190px;
		top: 30px;
	}

	.marquee-content {
		gap: 20px;
		padding-right: 20px;
	}

	/* 3. Pricing Section */
	.pricing-cards {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.price-card {
		width: 100%;
		max-width: 100%;
		padding: 24px 20px;
	}

	.p-type-tag,
	.p-desc-bold {
		margin-bottom: 16px;
	}

	.p-divider {
		margin: 20px 0;
	}

	/* 4. Question Section */
	.question-container {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.question-col {
		flex: 1 1 100%;
		padding: 16px;
		gap: 16px;
	}

	/* 5. Footer Brand & Bottom */
	.footer {
		padding: 30px 0 10px;
	}

	.footer .footer-brand {
		gap: 16px;
		padding: 10px 0 30px;
	}

	.footer .footer-bottom {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 12px;
	}
}

/* ==========================================================================
   RESPONSIVE DESIGN: Small Mobile (Max Width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
	.modes-intro-top-bar .top-bar-phone {
		font-size: 16px;
	}

	.modes-intro .scenario-tabs .scenario-tab {
		font-size: 14px;
		padding: 6px 12px;
	}

	.ecosystem-section .ecosystem-header .ecosystem-title {
		font-size: 24px;
	}
}

/* 限定只作用于富文本内容区域，避免污染全局表格 */
.detail-container {
	line-height: 1.6;
}

.detail-container table {
	border-collapse: collapse;
	width: 100%;
}

.detail-container table td,
.detail-container table th {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

.detail-container pre {
	/* 关键属性 */
	white-space: pre-wrap;
	/* 兼容旧浏览器 */
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Floating QR Code */
.floating-qrcode-wrapper {
	position: fixed;
	right: 30px;
	bottom: 120px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.floating-qrcode-wrapper .qr-popup {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.floating-qrcode-wrapper .qr-popup img {
	width: 170px;
	height: 170px;
	background: var(--white);
	padding: 10px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	object-fit: contain;
	display: block;
}

.floating-qrcode-wrapper .qr-popup p {
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 6px 12px;
	border-radius: 4px;
	margin-top: 10px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
	.floating-qrcode-wrapper {
		right: 15px;
		bottom: 80px;
	}

	.floating-qrcode-wrapper .qr-popup img {
		width: 100px;
		height: 100px;
		padding: 6px;
		border-radius: 8px;
	}

	.floating-qrcode-wrapper .qr-popup p {
		padding: 4px 10px;
		margin-top: 6px;
	}
}