html,
body {
	height: 100%;
}
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family:
		ui-sans-serif,
		system-ui,
		-apple-system,
		"Segoe UI",
		"Noto Sans TC",
		"PingFang TC",
		"Microsoft JhengHei",
		Arial,
		sans-serif;
	line-height: 1.65;
}

/* =============== #
   #HERO
================== */
#HERO {
	padding: 0;
	margin-top: 80px;
}
#HERO .HERO__wrap {
	position: relative;
}
#HERO .HERO__slide {
	position: relative;
	height: clamp(600px, 88vh, 920px);
	overflow: hidden;
	background: #0b1220;
}
#HERO .HERO__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.03);
	filter: saturate(1.05) contrast(1.05);
}

#HERO .HERO__shade {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			1100px 720px at 12% 20%,
			rgba(255, 255, 255, 0.18) 0%,
			rgba(255, 255, 255, 0.1) 28%,
			rgba(255, 255, 255, 0) 62%
		),
		radial-gradient(
			1100px 720px at 88% 26%,
			rgba(255, 255, 255, 0.12) 0%,
			rgba(255, 255, 255, 0.06) 30%,
			rgba(255, 255, 255, 0) 66%
		),
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.52) 0%,
			rgba(0, 0, 0, 0.32) 26%,
			rgba(0, 0, 0, 0.18) 52%,
			rgba(0, 0, 0, 0.1) 74%,
			rgba(0, 0, 0, 0.06) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.06) 0%,
			rgba(0, 0, 0, 0.14) 40%,
			rgba(0, 0, 0, 0.3) 100%
		);
}

#HERO .HERO__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
	opacity: 0.06;
	mix-blend-mode: overlay;
}

#HERO .HERO__content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
}
#HERO .HERO__text {
	max-width: 760px;
	color: #fff;
}
#HERO .HERO__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.28px;
	color: rgba(255, 255, 255, 0.92);
}
#HERO .HERO__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--brand), var(--brand2));
	box-shadow: 0 0 0 6px rgba(27, 92, 255, 0.2);
}
#HERO .HERO__title {
	font-size: clamp(36px, 3.6vw, 52px);
	line-height: 1.1;
	letter-spacing: 0.2px;
	margin: 12px 0 12px;
}
#HERO .HERO__desc {
	margin: 0;
	max-width: 64ch;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
}
#HERO .HERO__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
#HERO .HERO__btnInvert {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
#HERO .HERO__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
#HERO .HERO__badge {
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2px;
	backdrop-filter: blur(10px);
}

#HERO .swiper-button-prev,
#HERO .swiper-button-next {
	width: 46px;
	height: 46px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	color: #fff;
}
#HERO .swiper-button-prev:after,
#HERO .swiper-button-next:after {
	font-size: 16px;
	font-weight: 900;
}
#HERO .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.55);
	opacity: 1;
}
#HERO .swiper-pagination-bullet-active {
	background: #fff;
}

/* 底部白霧更自然 */
#HERO .HERO__bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.22) 22%,
		rgba(255, 255, 255, 0.52) 55%,
		rgba(255, 255, 255, 0.78) 78%,
		rgba(255, 255, 255, 0.9) 100%
	);
}
#HERO .HERO__bottomGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
#HERO .HERO__mini {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 12px 14px;
	box-shadow: var(--shadow2);
}
#HERO .HERO__mini b {
	display: block;
	font-size: 13px;
	letter-spacing: 0.2px;
}
#HERO .HERO__mini span {
	display: block;
	margin-top: 2px;
	color: var(--muted);
	font-weight: 800;
	font-size: 12px;
}

/* =============== #
   #VALUES
================== */
#VALUES {
	padding: 72px 0;
}
#VALUES .VALUES__head {
	margin-bottom: 22px;
}
#VALUES .VALUES__title {
	margin: 0;
	font-size: 28px;
	letter-spacing: 0.2px;
}
#VALUES .VALUES__desc {
	margin: 8px 0 0;
	color: var(--muted);
	font-weight: 800;
	max-width: 70ch;
}

#VALUES .VALUES__stack {
	display: grid;
	gap: 18px;
	margin-top: 10px;
}

#VALUES .VALUES__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: center;
	border-radius: var(--radius);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.96),
		rgba(255, 255, 255, 0.86)
	);
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: var(--shadow2);
	overflow: hidden;
}
#VALUES .VALUES__row--rev .VALUES__text {
	order: 2;
}
#VALUES .VALUES__row--rev .VALUES__media {
	order: 1;
}

#VALUES .VALUES__text {
	padding: 26px;
}
#VALUES .VALUES__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.28px;
	color: rgba(11, 18, 32, 0.82);
}
#VALUES .VALUES__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--brand), var(--brand2));
	box-shadow: 0 0 0 6px rgba(27, 92, 255, 0.14);
}
#VALUES .VALUES__h3 {
	margin: 10px 0 10px;
	font-size: 22px;
	letter-spacing: 0.2px;
}
#VALUES .VALUES__p {
	margin: 0;
	color: var(--muted);
	font-weight: 800;
	max-width: 60ch;
}

#VALUES .VALUES__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
#VALUES .VALUES__tag {
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
	border-radius: 999px;
	border: 1px solid rgba(11, 18, 32, 0.1);
	background: rgba(246, 247, 251, 0.92);
	color: rgba(11, 18, 32, 0.78);
	letter-spacing: 0.2px;
}

#VALUES .VALUES__media {
	padding: 22px;
	position: relative;
}
#VALUES .VALUES__mediaCard {
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: var(--shadow);
	background: #0b1220;
}
#VALUES .VALUES__img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	filter: contrast(1.03) saturate(1.03);
}

/* =============== #
   #SHOWCASE
================== */
#SHOWCASE {
	padding: 84px 0;
	background: var(--surface);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#SHOWCASE .SHOWCASE__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}
#SHOWCASE .SHOWCASE__title {
	margin: 0;
	font-size: 28px;
	letter-spacing: 0.2px;
}
#SHOWCASE .SHOWCASE__desc {
	margin: 8px 0 0;
	color: var(--muted);
	font-weight: 800;
	max-width: 70ch;
}
#SHOWCASE .SHOWCASE__more {
	font-weight: 900;
	color: rgba(11, 18, 32, 0.7);
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 0.7);
}
#SHOWCASE .SHOWCASE__more:hover {
	background: rgba(27, 92, 255, 0.08);
	color: var(--text);
}

#SHOWCASE .SHOWCASE__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 6px;
}
#SHOWCASE .SHOWCASE__card {
	border-radius: var(--radius2);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: var(--card);
	box-shadow: var(--shadow2);
	transition: 0.18s ease;
}
#SHOWCASE .SHOWCASE__card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow);
}
#SHOWCASE .SHOWCASE__thumb {
	height: 200px;
	background-size: cover;
	background-position: center;
}
#SHOWCASE .SHOWCASE__body {
	padding: 16px;
}
#SHOWCASE .SHOWCASE__body b {
	display: block;
	font-size: 16px;
	letter-spacing: 0.2px;
}
#SHOWCASE .SHOWCASE__body span {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-weight: 800;
	font-size: 13px;
}

/* =============== #
   #QUALITY
================== */
#QUALITY {
	padding: 84px 0;
}
#QUALITY .QUALITY__band {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 18px;
	align-items: stretch;
}
#QUALITY .QUALITY__kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.28px;
	color: rgba(11, 18, 32, 0.82);
}
#QUALITY .QUALITY__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--brand), var(--brand2));
	box-shadow: 0 0 0 6px rgba(27, 92, 255, 0.14);
}
#QUALITY .QUALITY__title {
	margin: 10px 0 10px;
	font-size: 30px;
	line-height: 1.18;
	letter-spacing: 0.2px;
}
#QUALITY .QUALITY__desc {
	margin: 0;
	color: var(--muted);
	font-weight: 800;
	max-width: 62ch;
}
#QUALITY .QUALITY__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}
#QUALITY .QUALITY__pill {
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(11, 18, 32, 0.1);
	background: rgba(246, 247, 251, 0.92);
	color: rgba(11, 18, 32, 0.78);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2px;
}

#QUALITY .QUALITY__media {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: var(--shadow2);
	background: #111827;
	min-height: 360px;
}
#QUALITY .QUALITY__img {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			700px 420px at 18% 25%,
			rgba(27, 92, 255, 0.16),
			rgba(255, 255, 255, 0) 60%
		),
		radial-gradient(
			700px 420px at 86% 30%,
			rgba(6, 182, 212, 0.12),
			rgba(255, 255, 255, 0) 60%
		),
		url("https://images.unsplash.com/photo-1581092795360-fd1ca04f0952?auto=format&fit=crop&w=1600&q=80");
	background-size: cover;
	background-position: center;
	filter: contrast(1.05) saturate(1.04);
	transform: scale(1.02);
}
#QUALITY .QUALITY__glass {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 12px 12px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(12px);
	color: #fff;
}
#QUALITY .QUALITY__glass b {
	display: block;
	font-size: 13px;
}
#QUALITY .QUALITY__glass span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.84);
	font-weight: 800;
}

/* =============== #
   #CTA
================== */
#CTA {
	padding: 84px 0;
	background: var(--surface);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#CTA .CTA__panel {
	border-radius: var(--radius);
	background:
		radial-gradient(
			700px 420px at 18% 30%,
			rgba(27, 92, 255, 0.14),
			rgba(255, 255, 255, 0) 60%
		),
		radial-gradient(
			700px 420px at 85% 35%,
			rgba(6, 182, 212, 0.12),
			rgba(255, 255, 255, 0) 60%
		),
		#ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: var(--shadow);
	padding: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}
#CTA .CTA__title {
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.2px;
}
#CTA .CTA__desc {
	margin: 6px 0 0;
	color: var(--muted);
	font-weight: 900;
}
#CTA .CTA__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 980px) {
	#HERO .HERO__content {
		align-items: flex-end;
	}
	#HERO .HERO__text {
		padding-bottom: 88px;
	}
	#HERO .HERO__bottomGrid {
		grid-template-columns: 1fr;
	}

	#VALUES .VALUES__row {
		grid-template-columns: 1fr;
	}
	#VALUES .VALUES__row--rev .VALUES__text,
	#VALUES .VALUES__row--rev .VALUES__media {
		order: unset;
	}
	#VALUES .VALUES__text {
		padding: 20px;
	}
	#VALUES .VALUES__media {
		padding: 16px;
	}
	#VALUES .VALUES__img {
		height: 240px;
	}

	#SHOWCASE .SHOWCASE__grid {
		grid-template-columns: 1fr;
	}

	#QUALITY .QUALITY__band {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 560px) {
	#HERO .HERO__slide {
		height: 92vh;
	}
}
