:root {
	--header-height-initial: 80px;
	/* 字體設定 */
	--font-primary: 'Noto Sans TC', 'Inter', sans-serif;
	--font-display: 'Noto Serif TC', 'Crimson Text', serif;
	/* 日本館品牌色彩系統(冬季白色冰藍主題) */
	--primary-color: #1a3a5f;
	--accent-color: #60A5FA;
	--accent-light: #FEF3C7;
	--text-primary: #333333;
	--text-secondary: #6c757d;
	--background-primary: #FFFFFF;
	--background-secondary: #F7F9FC;
	--border-light: #EAECEF;
	/* 漸層 */
	--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, #2d2d2d 100%);
	--gradient-accent: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-light) 100%);
	/* 陰影與圓角 */
	--shadow-soft: 0 4px 8px rgba(0, 0, 0, 0.05);
	--shadow-medium: 0 8px 16px rgba(0, 0, 0, 0.1);
	--shadow-large: 0 12px 24px rgba(0, 0, 0, 0.15);
	--border-radius-md: 8px;
	--border-radius-lg: 12px;
	/* 動畫效果 */
	--transition-fast: all 0.2s ease-in-out;
	--transition-medium: all 0.3s ease-in-out;
	/* 暗黑層次系統（與 destination 一致） */
	--gold-primary: #C9A962;
	--gold-light: #E8D5A3;
	--gold-dark: #8B7340;
	--black-pure: #000000;
	--black-rich: #0A0A0A;
	--gray-900: #1A1A1A;
	--gray-800: #242424;
	--gray-700: #2E2E2E;
	--gray-600: #3A3A3A;
	--gray-400: #777777;
	--gray-300: #999999;
	--white: #FFFFFF;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-primary);
	background-color: var(--black-rich);
	color: var(--gray-300);
	line-height: 1.75;
	overflow-x: hidden;
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 0 !important;
}

h1,
h2,
h3,
.section-title {
	font-family: var(--font-display);
	color: var(--text-primary);
	font-weight: 600;
}

/* =================================================================
         * 錯點導覽列 (Sticky Navigation Bar)
         * 統一黑金風格 - 與 Services 區塊匹配
         * ================================================================= */
.anchor-nav-section {
	background: linear-gradient(180deg, #0A0A0A 0%, #111111 100%) !important;
	backdrop-filter: blur(15px) !important;
	-webkit-backdrop-filter: blur(15px) !important;
	padding: 1.2rem 0 !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
	border-bottom: 1px solid rgba(197, 160, 101, 0.3) !important;
	position: sticky !important;
	top: 80px !important;
	z-index: 1025 !important;
	transition: all 0.3s ease-in-out !important;
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
	-webkit-position: sticky;
	-moz-position: sticky;
	-ms-position: sticky;
	-o-position: sticky;
}

.anchor-nav-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

/* =================================================================
         * HEADER 覆蓋 - 非黏著（與 destination 頁一致）
         * =================================================================*/
.site-header {
	height: 80px !important;
	min-height: 80px !important;
	max-height: 80px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.site-header.fixed-top {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	z-index: 10 !important;
}

.site-header .navbar {
	height: 80px !important;
	min-height: 80px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 991px) {
	.site-header {
		height: 56px !important;
		min-height: 56px !important;
		max-height: 56px !important;
	}

	.site-header .navbar {
		height: 56px !important;
		min-height: 56px !important;
	}

	.site-header .navbar-brand img {
		height: 38px !important;
	}
}

.site-footer {
	position: relative;
	z-index: 1000;
}

.anchor-main-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 0.5rem 0;
}

.airline-btn {
	font-family: var(--font-primary);
	font-weight: 500;
	color: #C5A065 !important;
	text-decoration: none;
	padding: 0.6rem 1.5rem;
	border-radius: 30px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: transparent !important;
	border: 1px solid rgba(197, 160, 101, 0.5) !important;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
}

.airline-btn:hover {
	color: #000000 !important;
	background: #C5A065 !important;
	border-color: #C5A065 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(197, 160, 101, 0.4) !important;
}

.airline-btn.active {
	background: linear-gradient(135deg, #C5A065, #8B7340) !important;
	color: #000000 !important;
	border-color: #C5A065 !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 20px rgba(197, 160, 101, 0.5) !important;
}

/* 錨點導航圖示顏色 */
.airline-btn i,
.sub-anchor-btn i {
	color: #C5A065 !important;
}

.airline-btn:hover i,
.sub-anchor-btn:hover i {
	color: #000000 !important;
}

.airline-btn.active i {
	color: #000000 !important;
}

/* 子錨點導航樣式 */
.anchor-sub-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.sub-anchor-btn {
	font-size: 0.8rem;
	color: #999999 !important;
	text-decoration: none;
	padding: 0.4rem 1rem;
	border-radius: 20px;
	transition: all 0.2s ease;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-anchor-btn:hover {
	color: #C5A065 !important;
	background: rgba(197, 160, 101, 0.1);
	border-color: rgba(197, 160, 101, 0.3);
}

.sub-anchor-btn.active {
	color: #C5A065 !important;
	background: rgba(197, 160, 101, 0.15);
	border-color: #C5A065;
}

/* =================================================================
         * 容器寬度規範（春節頁定版）
         * ================================================================= */
@media (min-width: 768px) {

	.airline-section .japan-container,
	#hokkaido-section .japan-container,
	#tohoku-section .japan-container,
	#kanto-section .japan-container,
	#hokuriku-section .japan-container,
	#kansai-section .japan-container,
	#shikoku-section .japan-container,
	#kyushu-section .japan-container,
	#okinawa-section .japan-container {
		max-width: 90% !important;
		margin: 0 auto !important;
	}
}

@media (min-width: 1200px) {

	.airline-section .japan-container,
	#hokkaido-section .japan-container,
	#tohoku-section .japan-container,
	#kanto-section .japan-container,
	#hokuriku-section .japan-container,
	#kansai-section .japan-container,
	#shikoku-section .japan-container,
	#kyushu-section .japan-container,
	#okinawa-section .japan-container {
		max-width: 1140px !important;
		margin: 0 auto !important;
	}
}

.section-padding {
	padding: 80px 0;
}

/* ═══════════════════════════════════════════════════════════
           HERO - 統一風格版（日本館）
        ═══════════════════════════════════════════════════════════ */
.hero {
	position: relative;
	height: 100vh;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(10, 10, 10, 0.98) 100%),
		url('/assets/images/japan--jap002.webp');
	background-size: cover;
	background-position: center;
	transform: scale(1.05);
	animation: heroZoom 20s ease-in-out infinite alternate;
}

/* ═══ 浮動粒子效果 ═══ */
.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(2px 2px at 20% 30%, rgba(197, 160, 101, 0.3), transparent),
		radial-gradient(2px 2px at 80% 20%, rgba(197, 160, 101, 0.2), transparent),
		radial-gradient(1px 1px at 40% 70%, rgba(255, 255, 255, 0.15), transparent),
		radial-gradient(1px 1px at 60% 50%, rgba(197, 160, 101, 0.25), transparent),
		radial-gradient(2px 2px at 90% 80%, rgba(255, 255, 255, 0.1), transparent);
	background-size: 300px 300px;
	animation: sparkle 8s linear infinite;
	z-index: 1;
	pointer-events: none;
}

@keyframes sparkle {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-300px);
	}
}

@keyframes heroZoom {
	0% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 0 24px;
}

.hero-eyebrow {
	display: inline-block;
	font-size: 0.85rem;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #C5A065;
	margin-bottom: 28px;
	padding: 14px 32px;
	border: 1px solid rgba(197, 160, 101, 0.5);
	background: rgba(197, 160, 101, 0.08);
	backdrop-filter: blur(10px);
	position: relative;
}

.hero-eyebrow::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 20%;
	right: 20%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #C5A065, transparent);
}

.hero h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(3rem, 7vw, 5.5rem);
	font-weight: 500;
	letter-spacing: 4px;
	color: #FFFFFF;
	margin-bottom: 28px;
	line-height: 1.2;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}

.hero h1 em {
	font-style: italic;
	font-weight: 400;
	color: #C5A065;
	font-size: 1.1em;
	text-shadow: 0 0 50px rgba(197, 160, 101, 0.5);
	display: inline-block;
	margin-left: 0.1em;
}

.hero-subtitle {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.85);
	max-width: 650px;
	margin: 0 auto 40px;
	font-weight: 300;
	line-height: 1.8;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 52px;
	background: transparent;
	border: 1px solid #C5A065;
	color: #C5A065;
	font-size: 0.95rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

.hero-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(197, 160, 101, 0.3), transparent);
	transition: left 0.5s ease;
}

.hero-cta:hover {
	background: #C5A065;
	color: #000000;
	box-shadow: 0 0 50px rgba(197, 160, 101, 0.5);
	transform: translateY(-2px);
}

.hero-cta:hover::before {
	left: 100%;
}

.scroll-indicator {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.7rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	animation: float 2s ease-in-out infinite;
	z-index: 5;
	overflow: hidden;
}

@keyframes float {

	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-8px);
	}
}

.scroll-line {
	width: 1px;
	height: 30px;
	background: linear-gradient(to bottom, #C5A065, transparent);
}

/* 手機版 Hero 區域優化 */
@media (max-width: 768px) {
	.hero {
		min-height: 100vh;
		padding-top: 80px;
	}

	.hero-eyebrow {
		font-size: 0.75rem;
		letter-spacing: 4px;
		padding: 10px 20px;
		margin-bottom: 20px;
	}

	.hero h1 {
		font-size: clamp(2.2rem, 10vw, 3.5rem) !important;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}

	.hero h1 em {
		font-size: 1.15em;
		display: block;
		margin-top: 0.1em;
		margin-left: 0;
	}

	.hero-subtitle {
		font-size: 1rem;
		line-height: 1.7;
		padding: 0 1rem;
		margin-bottom: 30px;
	}

	.hero-cta {
		padding: 14px 36px;
		font-size: 0.85rem;
		letter-spacing: 2px;
	}

	.scroll-indicator {
		bottom: 25px;
	}
}

/* 舊版按鈕樣式（保留兼容性） */
.btn {
	display: inline-block;
	padding: 12px 30px;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
	border-radius: 4px;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn:hover {
	background: #fff;
	color: #333;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ═══════════════════════════════════════════════════════════
           服務模組 - 高級卡片 + 發光效果
        ═══════════════════════════════════════════════════════════ */
.services-section {
	background: linear-gradient(180deg, #0A0A0A 0%, #111111 100%);
	padding: 100px 0;
}

.services-section .section-header {
	text-align: center;
	margin-bottom: 64px;
}

.services-section .section-header .eyebrow {
	font-size: 0.75rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #C5A065;
	margin-bottom: 16px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.services-section .section-header .eyebrow::before,
.services-section .section-header .eyebrow::after {
	content: '';
	width: 40px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #C5A065);
}

.services-section .section-header .eyebrow::after {
	background: linear-gradient(90deg, #C5A065, transparent);
}

.services-section .section-header h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.services-section .section-header p {
	font-size: 1rem;
	color: #777777;
	max-width: 600px;
	margin: 0 auto;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.service-card {
	position: relative;
	background: linear-gradient(180deg, #242424 0%, #1A1A1A 100%);
	border: 1px solid #2E2E2E;
	border-radius: 16px;
	padding: 40px 24px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #C5A065, transparent);
	opacity: 0;
	transition: opacity 0.4s;
}

.service-card::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(197, 160, 101, 0.4) 0%, transparent 50%);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none;
}

.service-card:hover {
	transform: translateY(-10px);
	border-color: #C5A065;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(197, 160, 101, 0.15);
}

.service-card:hover::before {
	opacity: 1;
}

.service-card:hover::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0.3;
}

.service-card .card-number {
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	font-weight: 700;
	color: #242424;
	line-height: 1;
	transition: all 0.4s;
}

.service-card:hover .card-number {
	color: rgba(197, 160, 101, 0.2);
}

.service-card .card-icon {
	width: 68px;
	height: 68px;
	margin: 0 auto 24px;
	background: linear-gradient(135deg, #C5A065, #8B7340);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #FFFFFF;
	transition: all 0.4s;
	box-shadow: 0 4px 15px rgba(197, 160, 101, 0.35);
	position: relative;
	z-index: 1;
}

.service-card:hover .card-icon {
	transform: scale(1.15) rotate(5deg);
	box-shadow: 0 8px 30px rgba(197, 160, 101, 0.6);
}

.service-card .card-title {
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.service-card .card-title-en {
	font-size: 0.7rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #555555;
	margin-bottom: 16px;
}

.service-card .card-desc {
	font-size: 0.85rem;
	color: #777777;
	line-height: 1.6;
	margin-bottom: 24px;
	min-height: 65px;
}

.service-card .card-tags {
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.service-card .tag {
	font-size: 0.7rem;
	padding: 4px 10px;
	background: #2E2E2E;
	border-radius: 20px;
	color: #999999;
	letter-spacing: 0.5px;
}

.service-card .select-btn {
	display: inline-block;
	padding: 10px 24px;
	border: 1px solid #3A3A3A;
	border-radius: 30px;
	color: #999999;
	font-size: 0.8rem;
	letter-spacing: 1px;
	transition: all 0.2s;
}

.service-card:hover .select-btn {
	border-color: #C5A065;
	background: #C5A065;
	color: #000000;
}

/* ═══════════════════════════════════════════════════════════
           精選目的地 - 地圖+景點卡片
        ═══════════════════════════════════════════════════════════ */
.destinations-section {
	background: #0A0A0A;
	padding: 100px 0;
	position: relative;
}

.dest-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 24px;
	align-items: start;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.dest-map {
	grid-row: 1 / 3;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #2E2E2E;
	background: #1A1A1A;
}

.dest-map img {
	width: 100%;
	height: auto;
	display: block;
}

.dest-group {
	display: flex;
	flex-direction: column;
}

.dest-group-title {
	font-size: 0.85rem;
	font-weight: 500;
	color: #C5A065;
	margin-bottom: 12px;
	padding-left: 4px;
	letter-spacing: 1px;
}

.dest-group-title span {
	color: #777777;
	font-weight: 300;
	font-size: 0.75rem;
}

.dest-spots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 12px;
}

.dest-card {
	position: relative;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dest-card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.dest-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dest-card:hover img {
	transform: scale(1.15);
}

.dest-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 14px;
	transition: background 0.4s;
}

.dest-card:hover .dest-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

.dest-overlay h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	color: #FFFFFF;
	margin-bottom: 2px;
	transition: color 0.2s;
}

.dest-card:hover .dest-overlay h4 {
	color: #E8D5A3;
}

.dest-overlay span {
	font-size: 0.7rem;
	color: #C5A065;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ═══ 服務模組響應式 ═══ */
@media (max-width: 1024px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.services-section {
		padding: 60px 0;
	}

	.service-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 12px;
		padding: 0 16px 20px;
		-webkit-overflow-scrolling: touch;
	}

	.service-grid::-webkit-scrollbar {
		height: 5px;
	}

	.service-grid::-webkit-scrollbar-track {
		background: #242424;
		border-radius: 3px;
	}

	.service-grid::-webkit-scrollbar-thumb {
		background: linear-gradient(90deg, #C5A065, #8B7340);
		border-radius: 3px;
	}

	.service-card {
		flex: 0 0 140px;
		min-width: 140px;
		scroll-snap-align: start;
		padding: 16px 12px;
	}

	.service-card .card-number {
		position: static;
		font-size: 1.1rem;
		color: #C5A065;
		margin-bottom: 8px;
		font-weight: 600;
	}

	.service-card .card-icon {
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}

	.service-card .card-title {
		font-size: 0.95rem;
		margin-bottom: 4px;
	}

	.service-card .card-title-en {
		font-size: 0.6rem;
		margin-bottom: 8px;
	}

	.service-card .card-desc,
	.service-card .card-tags {
		display: none;
	}

	.service-card .select-btn {
		padding: 6px 12px;
		font-size: 0.7rem;
	}

	/* 手機版精選目的地 */
	.destinations-section {
		padding: 60px 0;
	}

	.dest-layout {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 16px;
		padding: 0 16px;
	}

	.dest-map {
		grid-row: auto;
		order: 1;
	}

	.dest-group {
		order: 2;
	}

	.dest-group-title {
		font-size: 0.75rem;
		margin-bottom: 8px;
	}

	.dest-spots {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.dest-spots .dest-card {
		height: 85px;
	}

	.dest-overlay {
		padding: 10px;
	}

	.dest-overlay h4 {
		font-size: 0.85rem;
	}

	.dest-overlay span {
		font-size: 0.6rem;
	}
}

/* Section Title */
.section-title {
	font-size: 2.5rem;
	font-weight: 400;
	color: var(--color-text);
	margin-bottom: 1rem;
	font-family: "Noto Serif TC", serif;
}

.section-subtitle {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 3rem;
	line-height: 1.8;
}

/* Theme Card Styles */
.theme-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.theme-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.theme-card:hover .theme-card__img {
	transform: scale(1.05);
}

.theme-card__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	color: white;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.theme-card__title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.theme-card__subtitle {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.theme-card__cta {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid white;
	border-radius: 25px;
	font-size: 0.9rem;
	color: white;
	align-self: flex-start;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.theme-card:hover .theme-card__cta {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: white;
}

/* Card Size Variants */
.card-vertical-large {
	height: 450px;
}

.card-horizontal-large {
	height: 400px;
}

.card-horizontal-small {
	height: 190px;
}

.card-horizontal-small .theme-card__title {
	font-size: 1.3rem;
}

.card-horizontal-small .theme-card__overlay {
	padding: 20px;
}

/* Mobile Styles */
@media (max-width: 991px) {
	.card-mobile-square {
		height: 350px;
	}

	.card-horizontal-small {
		height: 150px;
	}

	.card-horizontal-small .theme-card__title {
		font-size: 1.1rem;
	}

	.product-card .title-price-row {
		flex-direction: column;
		align-items: flex-end;
	}

	.product-card .title-section {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.product-card .price-section {
		width: 100%;
		text-align: right;
	}
}

/* 確保價格標籤在所有設備上都顯示在右下方 - 強制金色 */
.product-card .price-tag {
	color: #C9A961 !important;
	/* 金色 */
	text-align: right;
	display: block;
	margin-left: auto;
}

/* 統一所有價格標籤的樣式 - 強制金色 */
.price-tag {
	color: #C9A961 !important;
	/* 金色 */
	font-weight: bold !important;
}

/* 統一所有徽章和特色標籤的樣式 - 強制金色 */
.promo-badge,
.feature-tag {
	background: #FFFFFF !important;
	/* 白色背景 */
	color: #C9A961 !important;
	/* 金色文字 */
	border: 1.5px solid #C9A961 !important;
	/* 金色邊框 */
	font-size: 0.85rem !important;
	/* 統一字體大小 */
	padding: 4px 12px !important;
	border-radius: 15px !important;
	font-weight: 600 !important;
	display: inline-block !important;
	margin-right: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.promo-badge:hover,
.feature-tag:hover {
	background: #C9A961 !important;
	/* 金色背景 */
	color: #FFFFFF !important;
	/* 白色文字 */
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3) !important;
}

/* 統一所有卡片中的文字元素樣式 - 強制非黑色 */
.product-card .card-title,
.product-card .description,
.product-card small,
.product-card .text-muted {
	color: var(--text-primary) !important;
	/* 使用深灰色而非黑色 */
}

@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2.5rem;
	}

	.hero-content p {
		font-size: 1.1rem;
	}

	.section-title {
		font-size: 2rem;
	}

	.section-subtitle {
		font-size: 1rem;
	}

	.section-padding {
		padding: 60px 0;
	}
}

/* 手機版 Hero Section 優化 */
@media (max-width: 767.98px) {
	.hero {
		min-height: 600px !important;
		padding: var(--header-height-initial) 1rem 2rem 1rem !important;
	}

	.hero-content h1 {
		font-size: clamp(1.8rem, 8vw, 2.8rem) !important;
		margin-bottom: 1rem !important;
		line-height: 1.3 !important;
	}

	.hero-content p {
		font-size: clamp(1rem, 4vw, 1.2rem) !important;
		margin-bottom: 1.5rem !important;
	}

	.hero .btn {
		font-size: 1rem !important;
		padding: 10px 24px !important;
	}
}

/* =================================================================
         * 行程分類導航 - 滾動固定選單 (rn- prefix，與 destination 頁一致)
         * ================================================================= */
#region-nav {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 16px 0 64px;
	background-color: var(--black-rich);
}

.rn-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

.rn-main {
	position: relative;
	background: rgba(10, 10, 10, 0.95);
	backdrop-filter: blur(10px);
	border: 1px solid var(--gold-primary);
	border-radius: 16px;
	padding: 12px;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.5),
		0 0 0 1px var(--gold-primary),
		0 0 20px rgba(201, 169, 98, 0.25);
	z-index: 1000;
	display: flex;
	align-items: center;
	gap: 12px;
}

.rn-arrow-btn {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background: transparent;
	border: none;
	color: var(--gold-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	transition: all 0.2s ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.rn-arrow-btn:hover:not(:disabled) {
	background: rgba(201, 169, 98, 0.15);
	color: var(--white);
}

.rn-arrow-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.rn-main.rn-has-overflow .rn-arrow-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rn-buttons-container {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.rn-buttons {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.rn-buttons::-webkit-scrollbar {
	display: none;
}

.rn-buttons.rn-dragging {
	user-select: none;
	-webkit-user-select: none;
}

.rn-btn {
	flex: 0 0 calc((100% - 36px) / 4);
	width: calc((100% - 36px) / 4);
	min-width: calc((100% - 36px) / 4);
	text-align: center;
	padding: 16px 20px;
	background: var(--gray-900);
	border: 1px solid var(--gray-600);
	border-radius: 8px;
	color: var(--gray-300);
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	font-family: inherit;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	white-space: nowrap;
	flex-shrink: 0;
	text-decoration: none;
}

.rn-btn:hover {
	border-color: var(--gold-primary);
	color: var(--gold-primary);
}

.rn-btn.rn-active {
	background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
	border: 1px solid var(--gold-primary);
	color: var(--black-pure);
	box-shadow: 0 0 30px rgba(201, 169, 98, 0.3);
}

@media (max-width: 768px) {
	#region-nav {
		padding: 0 0 40px;
	}

	.rn-wrapper {
		padding: 0 12px;
	}

	.rn-main {
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
		gap: 8px;
	}

	.rn-arrow-btn {
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		min-width: 32px;
	}

	.rn-buttons-container {
		flex: 1;
		overflow: hidden;
	}

	.rn-buttons {
		gap: 8px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		justify-content: flex-start;
	}

	.rn-buttons::-webkit-scrollbar {
		display: none;
	}

	.rn-btn {
		flex-shrink: 0;
		width: 160px;
		font-size: 0.85rem;
		padding: 12px 16px;
		white-space: nowrap;
	}
}

.anchor-nav-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.anchor-main-menu,
.anchor-sub-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.airline-btn {
	font-family: var(--font-sans);
	font-weight: 600;
	color: #C9A961 !important;
	/* 金色文字 */
	text-decoration: none;
	padding: 0.7rem 1.8rem;
	border-radius: 50px;
	transition: all 0.2s ease-in-out;
	background: #FFFFFF !important;
	/* 白色背景 */
	border: 2px solid #C9A961 !important;
	/* 金色邊框 */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.airline-btn:hover {
	color: #FFFFFF !important;
	/* 白色文字 */
	background: #C9A961 !important;
	/* 金色背景 */
	border-color: #C9A961 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

.airline-btn.active {
	background: linear-gradient(135deg, #D4AF37, #C9A961) !important;
	/* 金色漸層 */
	color: #FFFFFF !important;
	/* 白色文字 */
	border-color: #D4AF37 !important;
	font-weight: 700 !important;
	box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
}

/* 子目录样式(金色主題)*/
.sub-anchor-btn {
	color: #999999 !important;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	margin: 0 0.5rem;
	padding: 0.4rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-anchor-btn:hover {
	color: #C5A065 !important;
	background: rgba(197, 160, 101, 0.1);
	border-color: rgba(197, 160, 101, 0.3);
}

/* 子目录毛點效果 */
.sub-anchor-btn::before {
	content: '•';
	color: #C9A961;
	margin-right: 0.5rem;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	.region-nav-section {
		padding: 0.75rem 0 !important;
		top: 70px !important;
	}

	.airline-btn {
		font-size: 0.9rem;
		padding: 0.6rem 1rem;
	}

	.sub-anchor-btn {
		font-size: 0.85rem;
		margin: 0.25rem;
		padding: 0.4rem 0.75rem;
	}

	/* 手機版產品圖片容器樣式 */
	.product-image-container {
		border-radius: 12px 12px 0 0;
	}

	.product-image-container img {
		max-height: 120px;
		/* 手機版圖片最大高度 */
	}
}

/* =================================================================
         * 航線區塊樣式（暗黑主題 - 與 destination 頁一致）
         * ================================================================= */
.airline-section {
	padding: 4rem 0;
	background-color: var(--black-rich);
	border-bottom: none;
	scroll-margin-top: 180px;
	position: relative;
}

.airline-section + .airline-section {
	border-top: 1px solid var(--gray-700);
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
}

/* 區域主標題(白色主題版)*/
.airline-title {
	margin-bottom: 1.5rem;
	color: var(--text-primary) !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	font-family: var(--font-display) !important;
	letter-spacing: 0.05em;
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
}

/* 金色底線裝飾(冬季藍色版) */
.airline-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-light) 50%, var(--accent-color) 100%);
	border-radius: 2px;
}

/* 區域副標題(白色主題版)*/
.airline-subtitle {
	font-size: 1.1rem;
	color: var(--text-secondary) !important;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

/* 黑底區域內的 section-title 和 section-subtitle 樣式覆蓋(白色主題版)*/
.airline-section .section-title {
	color: var(--text-primary) !important;
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	margin-bottom: 1.5rem;
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
}

.airline-section .section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-light) 50%, var(--accent-color) 100%);
	border-radius: 2px;
}

.airline-section .section-subtitle {
	color: var(--text-secondary) !important;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

/* =================================================================
         * 行程卡片樣式(冬季白色配色版)
         * ================================================================= */
.product-card {
	background-color: var(--background-primary);
	border: 1.5px solid #C9A961;
	/* 金色邊框 */
	border-radius: var(--border-radius-lg);
	position: relative;
	transition: var(--transition-medium);
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(201, 169, 97, 0.1);
	/* 金色陰影 */
	margin-bottom: 1.5rem;
}

.duration-badge {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 6;
	padding: 8px 20px;
	border-radius: 999px;
	background: #c9a961;
	color: #111;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
	.duration-badge {
		top: 10px;
		right: 10px;
		padding: 6px 14px;
		font-size: 0.78rem;
	}
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(201, 169, 97, 0.25);
	/* 金色陰影加強 */
	border-color: #D4AF37;
	/* 亮金色邊框 */
}

/* 網頁版:調整左圖右字比例 (黃金比例) */
.product-card .row {
	display: flex;
	align-items: stretch;
}

.product-image-container {
	width: 100%;
	height: 180px;
	/* 固定高度 */
	overflow: hidden;
	border-radius: 0;
	/* 改為直角格式 */
	margin: 0;
	position: relative;
}

.product-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: var(--transition-medium);
}

.product-card:hover .product-image-container img {
	transform: scale(1.05);
}

/* 光暈效果 - 改為淡色 */
.product-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(252, 211, 77, 0.1), transparent);
	transition: left 0.6s ease;
	pointer-events: none;
}

.product-card:hover::before {
	left: 100%;
}

.product-card:active {
	transform: translateY(-3px);
	transition: transform 0.1s ease;
}

.product-card .card-body {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-card .title-price-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.75rem;
	flex: 1;
	width: 100%;
}

.product-card .title-section {
	flex: 1;
	padding-right: 1rem;
}

.product-card .price-section {
	flex: 0 0 auto;
	text-align: right;
	min-width: 150px;
	align-self: flex-end;
	margin-top: auto;
	margin-left: auto;
}

.product-card .badges-section {
	margin-top: auto;
	text-align: left;
	margin-bottom: 0.5rem;
}

.product-card .card-title {
	font-weight: 700;
	font-size: 1.2rem;
	/* 從 1.4rem 縮小到 1.2rem(總監確認版)*/
	color: var(--text-primary);
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

.product-card .airline-prefix {
	font-weight: 600;
	margin-right: 8px;
}

.product-card .description {
	font-size: 0.9rem;
	color: var(--text-secondary);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 0.5rem;
}

.product-card .feature-tag {
	display: inline-block;
	padding: 2px 8px;
	margin: 0 4px;
	background: #FFFFFF;
	border: 1.5px solid #C9A961;
	color: #C9A961 !important;
	font-weight: 600;
	border-radius: 15px;
	font-size: 0.85rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product-card .feature-tag:hover {
	background: #C9A961;
	color: #FFFFFF !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

.product-card .feature-tag::before {
	content: '';
	margin-right: 0;
}

.product-card .price-tag {
	font-size: 1.35rem;
	/* 從 1.5rem 縮小到 1.35rem(總監確認版)*/
	font-weight: bold;
	color: #C9A961;
	/* 金色價格 */
	margin-bottom: 0.5rem;
}

/* original-price 區塊已從 HTML 中刪除,保留此 CSS 以防萬一 */
.product-card .original-price,
.original-price {
	display: none !important;
}

/* 隱藏描述文字 */
.product-card .description {
	display: none !important;
}

/* 移除 NT$ 英文 - 直接透過 CSS 隱藏 */
.product-card .price-tag {
	font-size: 1.5rem;
	font-weight: bold;
	color: #C9A961;
}

.product-card .promo-badge {
	background: #FFFFFF;
	color: #C9A961;
	padding: 4px 12px;
	font-size: 0.8rem;
	border-radius: 15px;
	font-weight: 600;
	display: inline-block;
	border: 1.5px solid #C9A961;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product-card .promo-badge:hover {
	background: #C9A961;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

.starlux-card .airline-prefix {
	color: #D50000;
}

.vietjet-card .airline-prefix {
	color: #F19100;
}

.starlux-taichung-card .airline-prefix {
	color: #8E24AA;
}

.spring-festival-card .airline-prefix {
	color: #FF6B35;
}

.starlux-card .promo-badge {
	background: linear-gradient(135deg, #D50000 0%, #B71C1C 100%);
	color: white;
	border: none;
}

.vietjet-card .promo-badge {
	background: linear-gradient(135deg, #F19100 0%, #E65100 100%);
	color: white;
	border: none;
}

.starlux-taichung-card .promo-badge {
	background: linear-gradient(135deg, #8E24AA 0%, #6A1B9A 100%);
	color: white;
	border: none;
}

.spring-festival-card .promo-badge {
	background: #FFFFFF !important;
	color: #C9A961 !important;
	border: 1.5px solid #C9A961 !important;
}

.spring-festival-card .promo-badge:hover {
	background: #C9A961 !important;
	color: #FFFFFF !important;
}

/* FAQ 區塊樣式 - 強制顯示文字 */
.faq-section {
	background-color: var(--background-secondary);
	padding: 6rem 0;
}

.faq-section .section-header {
	text-align: center;
	margin-bottom: 3rem;
}

.faq-section .section-title {
	color: #333333 !important;
	/* 深色標題 */
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.faq-section .section-subtitle {
	color: #6c757d !important;
	/* 灰色副標題 */
	font-size: 1.1rem;
}

.accordion-button {
	font-weight: 600;
	font-family: "Noto Sans TC", sans-serif;
	color: #333333 !important;
	/* 強制深色文字 */
	background-color: white !important;
	font-size: 1.05rem;
	padding: 1.25rem 1.5rem;
}

.accordion-button i {
	color: #C9A961 !important;
	/* 金色圖標 */
}

.accordion-button:not(.collapsed) {
	color: #C9A961 !important;
	/* 金色 */
	background-color: #FFF8F0 !important;
	box-shadow: inset 0 -1px 0 #e9ecef !important;
}

.accordion-button:not(.collapsed) i {
	color: #C9A961 !important;
	/* 金色圖標 */
}

.accordion-item {
	border-radius: 8px;
	border: 1px solid #e9ecef;
	margin-bottom: 1rem;
	background-color: white !important;
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(201, 169, 97, 0.25) !important;
}

/* 強制顯示FAQ答案文字 - 使用最高優先級 */
.faq-section .accordion-body,
#faqAccordion .accordion-body,
.accordion-body {
	line-height: 1.8 !important;
	color: #333333 !important;
	/* 強制深色文字 */
	background-color: white !important;
	padding: 1.5rem !important;
	font-size: 1rem !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* 強制顯示FAQ內的所有文字元素 */
.faq-section .accordion-body *,
#faqAccordion .accordion-body *,
.accordion-body * {
	color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.faq-section .accordion-body strong,
#faqAccordion .accordion-body strong,
.accordion-body strong {
	color: #C9A961 !important;
	/* 金色 */
	font-weight: 600 !important;
}

.faq-section .accordion-body ul,
#faqAccordion .accordion-body ul,
.accordion-body ul {
	margin-top: 0.75rem !important;
	padding-left: 1.5rem !important;
	color: #333333 !important;
	/* 強制深色文字 */
	list-style-type: disc !important;
}

.faq-section .accordion-body ul li,
#faqAccordion .accordion-body ul li,
.accordion-body ul li {
	margin-bottom: 0.75rem !important;
	line-height: 1.7 !important;
	color: #333333 !important;
	/* 強制深色文字 */
	display: list-item !important;
}

/* 已移除重複的徽章樣式定義，使用通用樣式規則 */
/* =================================================================
         * 客戶評價區塊樣式
         * ================================================================= */
.testimonials-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	padding: 6rem 0;
}

.testimonials-section .section-header {
	text-align: center;
	margin-bottom: 3.5rem;
}

.testimonials-section .section-title {
	color: #333333;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.testimonials-section .section-subtitle {
	color: #6c757d;
	font-size: 1.1rem;
}

.testimonial-card {
	background: white;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	height: 100%;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid #e9ecef;
}

.testimonial-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(201, 169, 97, 0.2);
	border-color: #C9A961;
}

.testimonial-header {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	gap: 1rem;
}

.testimonial-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(135deg, #C9A961, #D4AF37);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: white;
	font-weight: 600;
	flex-shrink: 0;
}

.testimonial-info {
	flex: 1;
}

.testimonial-name {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333333;
	margin-bottom: 0.25rem;
}

.testimonial-trip {
	font-size: 0.9rem;
	color: #C9A961;
	font-weight: 500;
}

.testimonial-rating {
	display: flex;
	gap: 0.25rem;
	margin-bottom: 1rem;
}

.testimonial-rating i {
	color: #FFC107;
	font-size: 1rem;
}

.testimonial-content {
	color: #555555;
	line-height: 1.8;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.testimonial-date {
	color: #999999;
	font-size: 0.85rem;
	font-style: italic;
}

.testimonial-quote {
	position: relative;
	padding-left: 2rem;
}

.testimonial-quote::before {
	content: '"';
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 3rem;
	color: #C9A961;
	opacity: 0.3;
	font-family: Georgia, serif;
}

/* 手機版評價卡片 */
@media (max-width: 767.98px) {
	.testimonials-section {
		padding: 4rem 0;
	}

	.testimonial-card {
		padding: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.testimonials-section .section-title {
		font-size: 2rem;
	}
}

/* =================================================================
         * 手機版：隱藏產品卡片圖片（春節頁定版規範）
         * ================================================================= */
@media (max-width: 767px) {

	/* 隱藏所有圖片列（不論是 col-4 或 col-md-2）*/
	.product-card .col-4,
	.product-card .col-md-2,
	.product-card [class*="col-"][class*="2"],
	.product-card [class*="col-"][class*="4"] {
		display: none !important;
	}

	/* 文字列佔滿全寬 */
	.product-card .col-8,
	.product-card .col-md-10,
	.product-card [class*="col-"][class*="8"],
	.product-card [class*="col-"][class*="10"] {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

/* 手機版樣式 */
@media (max-width: 991.98px) {
	.anchor-nav-section {
		padding: 0.8rem 0 !important;
		top: 80px !important;
	}

	.airline-btn {
		font-size: 0.9rem;
		padding: 0.65rem 1.2rem;
	}

	/* 平板版產品圖片容器樣式 */
	.product-image-container img {
		max-height: 150px;
		/* 平板版圖片最大高度 */
	}
}

@media (max-width: 767.98px) {
	.anchor-nav-section {
		padding: 0.5rem 0 !important;
		top: 70px !important;
	}

	/* 手機版日期文字樣式 */
	.product-card small,
	.product-card .text-muted {
		color: rgba(255, 255, 255, 0.8) !important;
		/* 提高對比度 */
		font-size: 0.8rem;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		/* 添加文字陰影 */
	}

	.anchor-nav-container {
		width: 100%;
	}

	.anchor-main-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.25rem;
		padding: 0 0.25rem;
	}

	.airline-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.8rem;
		font-weight: 600;
		padding: 0.4rem 0.4rem;
		flex-grow: 1;
		text-align: center;
		line-height: 1.2;
		min-height: auto;
		border-radius: 20px;
		margin-bottom: 0.25rem;
	}

	.airline-btn i {
		display: none;
	}

	.anchor-sub-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.25rem;
		padding: 0.25rem 0;
	}

	.sub-anchor-btn {
		font-size: 0.75rem;
		padding: 0.3rem 0.5rem;
		border-radius: 15px;
		margin-bottom: 0.25rem;
	}

	.sub-anchor-btn i {
		font-size: 0.7rem;
	}

	/* 手機版標題調整（定版）*/
	.airline-title,
	.airline-section .section-title {
		font-size: 1.5rem !important;
		/* 從 1.8rem 縮小到 1.5rem */
	}

	/* 手機版卡片樣式 */
	.product-card .card-body {
		padding: 0.75rem;
		position: relative;
		min-height: 120px;
	}

	.product-card .badges-section {
		position: absolute;
		bottom: 0.75rem;
		left: 0.75rem;
		z-index: 2;
		margin: 0 !important;
	}

	.product-card .price-section {
		position: absolute !important;
		bottom: 0.75rem;
		right: 0.75rem;
		text-align: right !important;
		margin: 0 !important;
	}

	/* 手機版徽章和特色標籤樣式 */
	.promo-badge,
	.feature-tag {
		font-size: 0.8rem !important;
		/* 手機版稍小字體 */
		padding: 3px 10px !important;
		margin-right: 0.3rem !important;
		margin-bottom: 0.3rem !important;
	}

	.product-card .title-section {
		width: 100% !important;
		max-width: 100% !important;
		padding-top: 0.5rem !important;
		padding-bottom: 3rem !important;
		padding-right: 0.5rem !important;
		padding-left: 0 !important;
	}

	.product-card .card-title {
		font-size: 1.05rem !important;
		/* 從 0.9rem 调整到 1.05rem（定版）*/
		margin-bottom: 0.5rem !important;
		line-height: 1.5;
	}

	.product-card .description {
		display: none;
	}

	.product-card .price-tag {
		font-size: 1.4rem !important;
		/* 從 1.1rem 调整到 1.4rem(定版)*/
		margin-bottom: 0 !important;
		color: #C9A961 !important;
		/* 金色價格 */
	}

	.product-card .promo-badge {
		font-size: 0.75rem;
		/* 統一字體大小 */
		padding: 3px 8px;
		margin-right: 0.3rem;
		margin-bottom: 0.3rem;
		background: #FFFFFF !important;
		/* 白底 */
		color: #C9A961 !important;
		/* 金色文字 */
		border: 1.5px solid #C9A961 !important;
		/* 金色邊框 */
	}
}

/* =================================================================
 * 區域分類標題（暗黑主題 - 與 destination 頁一致）
 * ================================================================= */
.region-section-title {
	color: var(--gold-primary);
	font-size: 1.3rem;
	margin: 0 auto 10px;
	max-width: 1200px;
	padding-left: 15px;
	border-left: 3px solid var(--gold-primary);
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
}

.region-section-subtitle {
	color: var(--gray-400);
	font-size: 0.95rem;
	max-width: 1200px;
	margin: 0 auto 24px;
	padding-left: 18px;
}

/* =================================================================
 * 行程卡片 Grid（與 destination 頁 .tour-card 完全一致）
 * ================================================================= */
.card-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 60px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.tour-card {
	background: linear-gradient(180deg, var(--gray-800) 0%, var(--gray-900) 100%);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: row;
	position: relative;
	border: 1px solid var(--gray-700);
	height: 250px;
	gap: 24px;
}

.tour-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	border-color: var(--gold-primary);
	color: inherit;
	text-decoration: none;
}

.card-img-box {
	flex: 0 0 30%;
	overflow: hidden;
	position: relative;
}

.card-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.tour-card:hover .card-img-box img {
	transform: scale(1.08);
}

.no-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--gray-800), var(--gray-900));
	border: 1px dashed var(--gray-600);
	color: var(--gold-primary);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 2px;
}

.card-content {
	flex: 1;
	padding: 28px 32px 28px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-tag {
	color: var(--gold-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: block;
}

.product-card-title-wrap {
	max-width: 55%;
	overflow: hidden;
	margin-bottom: 15px;
	flex: 0 0 auto;
}

.product-card-title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: var(--white);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.card-desc {
	font-size: 14px;
	color: var(--gray-300);
	line-height: 1.6;
	margin-bottom: 20px;
	flex: 1;
}

.card-footer {
	border-top: 1px solid var(--gray-700);
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-label {
	font-size: 12px;
	color: var(--gray-400);
}

.price-num {
	font-size: 20px;
	color: var(--gold-primary);
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

.btn-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--gray-800);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-300);
	transition: 0.3s;
}

.tour-card:hover .btn-arrow {
	background: var(--gold-primary);
	color: var(--black-pure);
}

/* =================================================================
 * 行程卡片 - 手機版響應式（與 destination 頁一致）
 * ================================================================= */
@media (max-width: 768px) {
	.card-grid {
		padding: 0;
		gap: 20px;
	}

	.tour-card {
		height: 140px;
		border-radius: 8px;
		gap: 16px;
	}

	.card-img-box {
		flex: 0 0 35%;
	}

	.card-content {
		padding: 14px 16px 14px 0;
	}

	.card-tag {
		font-size: 8px;
		margin-bottom: 4px;
		letter-spacing: 0.5px;
	}

	.product-card-title-wrap {
		max-width: min(100%, 22ch);
		margin-bottom: 4px;
	}

	.product-card-title {
		font-size: 0.85rem;
		line-height: 1.3;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.card-desc {
		font-size: 0.7rem;
		line-height: 1.35;
		margin-bottom: 8px;
	}

	.card-footer {
		padding-top: 8px;
		margin-top: auto;
	}

	.price-label {
		font-size: 8px;
	}

	.price-num {
		font-size: 0.9rem;
	}

	.btn-arrow {
		width: 28px;
		height: 28px;
		font-size: 0.8rem;
	}

	.region-section-title {
		font-size: 1.1rem;
		margin-bottom: 8px;
	}

	.region-section-subtitle {
		font-size: 0.85rem;
		margin-bottom: 16px;
	}
}