ul.nav-list li {
	color: red;
}

ul.nav-list li a {
	color: grey;
	text-decoration: none;
}

ul.nav-list li a:hover {
	color: black;
}

/* Line 20 - 386 BorderGo Nav Part 
	 Line 389 - 602 BorderGo首頁 共用 + 關於 BORDERGO
   Line 604 - 911 BorderGo 四大目標
   Line 914 - 1159 BorderGo 活動大使
   Line 1162-1385 BorderGo 重要日期 
	 Line 1388-1469 賽事資料-路線及時限表格
	 Line 1472-1990 EcoTour , 報名資訊橙格
	 Line 1993-2195 BorderGo 四大目標2
	 Line 2198 - 2229 update 字體/eco投影
	 Line 2233 - 2400 新賽事資料
	 Line 2400 - 2558 ESG文案+圖片
	 Line 2560 ~ 2632 贊助 
	 Line 2634- 2692 籌募委員會
	 Line 2686-2766 賽事資料27/5/2026更新
	 Line 2923-2946注意事項
	 Line 2947-2995首頁贊助
	 Line 3055-3141ecotour update
	 Line 3147 3324報名資訊 + 惡劣天氣
	 Line 3395-3432 賽事資料獎牌部份改動
	 Line 3435-3466 賽事資料計時系統
   Line 3489- 3494 報名頁面按鈕
    Line 3496 - 3585 q&a
    */
/* ===== Border Go Nav: Base ===== */
.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.bordergo-menu,
.bordergo-menu-row,
.bordergo-menu-item,
.bordergo-dropdown {
	overflow: visible !important;
}

.bordergo-menu {
	width: 100%;
	padding: 12px 18px;
	box-sizing: border-box;
}

.bordergo-menu a,
.bordergo-menu a:hover,
.bordergo-menu a:focus,
.bordergo-menu a:active {
	text-decoration: none !important;
}

/* common button */
.bordergo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 5px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
	font-family: inherit;
}

.bordergo-btn.registerbtn {
	padding: 0 9px;
}

.bordergo-arrow {
	margin-left: 8px;
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	transition: transform .25s ease;
}

/* button colors */
.bordergo-btn.primary {
	background: #2f7a59;
	color: #ffffff;
	border: 1px solid #2f7a59;
	box-shadow: 0 6px 14px rgba(47, 122, 89, 0.18);
}

.bordergo-btn.primary:hover,
.bordergo-btn.primary:focus {
	background: #2b6e51;
	border-color: #2b6e51;
	color: #ffffff;
}

.bordergo-btn.outline,
.bordergo-dropdown-toggle {
	background: #ffffff;
	color: #2f7a59;
	border: 1px solid #b9d9c6;
	box-shadow: 0 2px 6px rgba(47, 122, 89, 0.06);
}

.bordergo-btn.outline:hover,
.bordergo-btn.outline:focus {
	background: #f7fbf8;
	border-color: #a9ccb8;
	color: #2b6e51;
}

.bordergo-btn.accent {
	background: #ee922c;
	color: #ffffff;
	border: 1px solid #ee922c;
	box-shadow: 0 6px 14px rgba(238, 146, 44, 0.18);
}

.bordergo-btn.accent:hover,
.bordergo-btn.accent:focus {
	background: #e4841b;
	border-color: #e4841b;
	color: #ffffff;
}

/* desktop */
.bordergo-menu-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
}

.bordergo-menu-item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.bordergo-dropdown {
	position: relative;
}

.bordergo-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: default;
}

.bordergo-dropdown-panel {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	min-width: 220px;
	background: #ffffff;
	border: 1px solid #dceadf;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	z-index: 9999;
	overflow: hidden;
}

.bordergo-dropdown:hover .bordergo-dropdown-panel {
	display: block;
}

.bordergo-dropdown:hover .bordergo-dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.bordergo-dropdown:hover .bordergo-arrow {
	transform: rotate(180deg);
}

.bordergo-dropdown-panel a {
	display: block;
	padding: 12px 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #2f7a59;
	background: #ffffff;
	border-bottom: 1px solid #e3eee6;
}

.bordergo-dropdown-panel a:last-child {
	border-bottom: none;
}

.bordergo-dropdown-panel a:hover,
.bordergo-dropdown-panel a:focus {
	background: #f7fbf8;
	color: #2b6e51;
}

/* mobile menu toggle */
.bordergo-mobile-menu-toggle {
	width: fit-content;
	max-width: 100%;
}

.bordergo-mobile-menu-toggle summary {
	list-style: none;
}

.bordergo-mobile-menu-toggle summary::-webkit-details-marker {
	display: none;
}

.bordergo-mobile-menu-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 12px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.bordergo-toggle-arrow {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	transition: transform .25s ease;
}

.bordergo-mobile-menu-toggle[open] .bordergo-toggle-arrow {
	transform: rotate(180deg);
}

.bordergo-mobile-menu-panel {
	padding-top: 14px;
}

/* mobile */
.bordergo-mobile-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 12px 0;
}

.bordergo-mobile-item {
	width: 100%;
}

.bordergo-mobile-item.full {
	grid-column: 1 / -1;
}

.bordergo-mobile-item .bordergo-btn {
	display: flex;
	width: 100%;
	min-height: 44px;
	padding: 0 12px;
	font-size: 15px;
	border-radius: 12px;
	justify-content: center;
	text-align: center;
	white-space: normal;
	line-height: 1.25;
}

.bordergo-mobile-title {
	margin: 2px 0 8px;
	padding-left: 2px;
	font-size: 15px;
	font-weight: 700;
	color: #2f7a59;
}

.bordergo-mobile-submenu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.bordergo-mobile-submenu a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	color: #2f7a59;
	background: #ffffff;
	border: 1px solid #b9d9c6;
	box-shadow: 0 2px 6px rgba(47, 122, 89, 0.06);
	text-decoration: none !important;
}

.bordergo-mobile-submenu a:hover,
.bordergo-mobile-submenu a:focus {
	background: #f7fbf8;
	color: #2b6e51;
	border-color: #a9ccb8;
}

/* mobile details toggle */
.bordergo-mobile-details {
	width: 100%;
}

.bordergo-mobile-details summary {
	list-style: none;
}

.bordergo-mobile-details summary::-webkit-details-marker {
	display: none;
}

.bordergo-mobile-summary {
	display: flex;
	width: 100%;
	min-height: 44px;
	padding: 0 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	text-align: center;
	cursor: pointer;
	white-space: normal;
	line-height: 1.25;
}

.bordergo-mobile-details .bordergo-arrow {
	transition: transform .25s ease;
}

.bordergo-mobile-details[open] .bordergo-arrow {
	transform: rotate(180deg);
}

.bordergo-mobile-details .bordergo-mobile-submenu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 8px;
}

.bordergo-mobile-details[open] .bordergo-mobile-submenu {
	display: grid;
}

.bordergo-mobile-details:not([open]) .bordergo-mobile-submenu {
	display: none;
}

/* responsive */
@media (max-width: 426px) {
	.desktop-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
	
	.bordergo-menu {
		padding: 8px 0;
	/* 原 8px 10px */
	}
	
	.bordergo-mobile-grid {
		gap: 8px;
	}
	
	.bordergo-mobile-item .bordergo-btn,
																													.bordergo-mobile-submenu a {
		min-height: 44px;
		font-size: 14px;
	}
}

/* Line 389-602 Bordergo首頁內容 共用/關於bordergo */
.bordergo-container {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	color: #333333;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.bordergo-container {
		padding: 0 16px;
	}
}

.bordergo-section-about {
	padding: 24px 0;
	background: #ffffff;
}

.bordergo-section-title {
	margin: 0 0 12px;
	padding-left: 14px;
	border-left: 6px solid #e67e22;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #245c3c;
}

.bordergo-lead {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.9;
	color: #44514a;
}

.bordergo-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.bordergo-card-soft {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 390px;
	padding: 22px 22px 20px;
	border-radius: 22px;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.bordergo-card-soft:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

.bordergo-card-run {
	background: linear-gradient(135deg, #24553d 0%, #2f6a4b 100%);
	border: none;
}

.bordergo-card-eco {
	background: linear-gradient(135deg, #f2f8f4 0%, #fbfcfa 100%);
	border: 1px solid #dceadf;
}

.bordergo-card-run::after,
.bordergo-card-eco::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -30px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.bordergo-card-run::after {
	background: rgba(255, 255, 255, 0.06);
}

.bordergo-card-eco::after {
	background: rgba(36, 92, 60, 0.05);
}

.bordergo-card-body,
.bordergo-card-media {
	position: relative;
	z-index: 2;
}

.bordergo-card-tag {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
}

.bordergo-card-run .bordergo-card-tag {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.bordergo-card-eco .bordergo-card-tag {
	background: #e7f1eb;
	color: #245c3c;
}

.bordergo-card-soft-title {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 700;
}

.bordergo-card-text {
	margin: 0;
	max-width: 92%;
	font-size: 15px;
	line-height: 1.85;
}

.bordergo-card-run .bordergo-card-soft-title,
.bordergo-card-run .bordergo-card-text {
	color: #ffffff;
}

.bordergo-card-eco .bordergo-card-soft-title {
	color: #245c3c;
}

.bordergo-card-eco .bordergo-card-text {
	color: #4a5d52;
}

.bordergo-card-action {
	margin-top: 16px;
}

.bordergo-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	transition: opacity .2s ease, transform .2s ease;
}

.bordergo-card-link:hover {
	opacity: .92;
	transform: translateY(-1px);
}

.bordergo-card-run .bordergo-card-link {
	background: #ffffff;
	color: #24553d;
}

.bordergo-card-eco .bordergo-card-link {
	background: #e67e22;
	color: #ffffff;
}

.bordergo-card-media {
	width: 100%;
	margin-top: 18px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.bordergo-card-image {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.bordergo-grid-2 {
		grid-template-columns: 1fr;
	}
	
	.bordergo-section-title {
		font-size: 22px;
	}
	
	.bordergo-card-soft {
		min-height: auto;
		padding: 18px;
	}
	
	.bordergo-card-soft-title {
		font-size: 24px;
	}
	
	.bordergo-card-text {
		max-width: 100%;
	}
	
	.bordergo-card-image {
		height: 190px;
	}
}

/* Line 604 - 911 bordergo 四大目標 */
.mission-goals-section {
	position: relative;
	padding: 20px;
	margin-bottom: 24px;
	background: linear-gradient(180deg, #fcfcf8 0%, #f5f7ef 100%);
	overflow: hidden;
}

.mission-goals-section::before,
.mission-goals-section::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.mission-goals-section::before {
	top: -40px;
	left: -50px;
	width: 180px;
	height: 180px;
	background: rgba(185, 208, 189, 0.22);
}

.mission-goals-section::after {
	right: -80px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	background: rgba(233, 196, 106, 0.12);
}

.mission-goals-inner {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.mission-goals-header {
	text-align: center;
	margin-bottom: 34px;
}

.mission-goals-kicker {
	display: inline-block;
	margin-bottom: 16px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #edf5ee;
	border: 1px solid #cfe2d2;
	color: #1f6a55;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.mission-goals-title {
	margin: 0 0 12px;
	font-size: 44px;
	line-height: 1.2;
	font-weight: 700;
	color: #0f5a4f;
}

.mission-goals-intro {
	max-width: 820px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
	color: #5a6772;
}

.mission-goals-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.mission-card {
	position: relative;
	padding: 26px 22px 20px;
	border: 1px solid #dbe7dd;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(31, 73, 56, 0.06);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mission-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(31, 73, 56, 0.10);
	border-color: #cfe0d2;
}

.mission-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
}

.mission-card-green::before {
	background: #2f7d57;
}

.mission-card-teal::before {
	background: #4d9b8f;
}

.mission-card-orange::before {
	background: #ea8b2d;
}

.mission-card-gold::before {
	background: #d89a42;
}

.mission-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 36px;
	padding: 0 14px;
	margin-bottom: 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
	border: 1px solid transparent;
}

.mission-card-icon span {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
}

.mission-card-green .mission-card-icon {
	background: #eef7f0;
	border-color: #d9ebde;
	color: #2f7d57;
}

.mission-card-teal .mission-card-icon {
	background: #edf8f7;
	border-color: #d7ece8;
	color: #4d9b8f;
}

.mission-card-orange .mission-card-icon {
	background: #fff4ea;
	border-color: #f8dfc4;
	color: #ea8b2d;
}

.mission-card-gold .mission-card-icon {
	background: #fbf5e9;
	border-color: #f0dfb8;
	color: #d89a42;
}

.mission-card-title {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	color: #0f5a4f;
}

.mission-card-text {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.95;
	color: #5a6772;
}

.mission-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.mission-tags span {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f3f7f1;
	color: #2d6e58;
	font-size: 14px;
	font-weight: 600;
}

.mission-card-note {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 600;
	color: #4f5f67;
}

.mission-card-note::before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 1.2;
	color: #79a86f;
}

@media (max-width: 991px) {
	.mission-goals-title {
		font-size: 36px;
	}
	
	.mission-goals-intro {
		font-size: 16px;
		line-height: 1.8;
	}
	
	.mission-card-title {
		font-size: 20px;
	}
	
	.mission-card-text {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.mission-goals-section {
		padding: 28px 16px;
	}
	
	.mission-goals-header {
		margin-bottom: 24px;
	}
	
	.mission-goals-kicker {
		padding: 8px 14px;
		font-size: 12px;
		letter-spacing: .5px;
	}
	
	.mission-goals-title {
		font-size: 30px;
	}
	
	.mission-goals-intro {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.mission-goals-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.mission-card {
		padding: 20px 18px 18px;
		border-radius: 18px;
	}
	
	.mission-card-icon {
		min-width: 52px;
		height: 34px;
		padding: 0 12px;
		margin-bottom: 14px;
		font-size: 12px;
		letter-spacing: .1em;
	}
	
	.mission-card-icon span {
		width: auto;
		height: auto;
	}
	
	.mission-card-title {
		font-size: 19px;
	}
	
	.mission-card-text {
		margin-bottom: 14px;
		font-size: 15px;
		line-height: 1.85;
	}
	
	.mission-tags span {
		padding: 6px 10px;
		font-size: 13px;
	}
	
	.mission-card-note {
		font-size: 14px;
	}
}

/* Line 914 - 1159 BorderGo 活動大使 */
.bordergo-section-ambassadors {
	position: relative;
	padding: 20px 0 54px;
	background: linear-gradient(180deg, #fcfcf7 0%, #f7f8f1 100%);
	overflow: hidden;
}

.bordergo-section-ambassadors::before,
.bordergo-section-ambassadors::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

.bordergo-section-ambassadors::before {
	top: 30px;
	left: -50px;
	width: 170px;
	height: 170px;
	background: rgba(185, 208, 189, 0.18);
}

.bordergo-section-ambassadors::after {
	right: -90px;
	bottom: -70px;
	width: 220px;
	height: 220px;
	background: rgba(230, 126, 34, 0.08);
}

.bordergo-ambassador-header {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	text-align: center;
}

.bordergo-ambassador-kicker {
	display: inline-block;
	margin-bottom: 14px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #eef5ef;
	border: 1px solid #d7e6da;
	color: #1f6a55;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.bordergo-ambassador-section-title {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #0f5a4f;
}

.bordergo-ambassador-intro {
	max-width: 720px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9;
	color: #5b6770;
}

.bordergo-ambassador-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bordergo-ambassador-card {
	position: relative;
	display: grid;
	grid-template-columns: 210px 1fr;
	align-items: center;
	gap: 24px;
	min-height: 260px;
	padding: 24px 26px;
	border: 1px solid #dfe9e1;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 12px 28px rgba(33, 72, 54, 0.08);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bordergo-ambassador-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(33, 72, 54, 0.12);
	border-color: #cfded2;
}

.bordergo-ambassador-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, #2f7d57 0%, #e69a2e 100%);
}

.bordergo-ambassador-photo-wrap {
	width: 210px;
	height: 210px;
	margin: 0 auto;
	padding: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #edf5ef 0%, #faf4e8 100%);
	box-shadow: 0 10px 24px rgba(31, 73, 56, 0.10);
	flex-shrink: 0;
}

.bordergo-ambassador-image {
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid #ffffff;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.bordergo-ambassador-content {
	padding-right: 8px;
}

.bordergo-ambassador-name {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	color: #124f44;
}

.bordergo-ambassador-role {
	display: inline-block;
	margin: 0 0 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff4e8;
	color: #d97c18;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.bordergo-ambassador-desc {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: #59656d;
}

@media (max-width: 991px) {
	.bordergo-ambassador-grid {
		grid-template-columns: 1fr;
	}
	
	.bordergo-ambassador-card {
		grid-template-columns: 180px 1fr;
		min-height: auto;
	}
	
	.bordergo-ambassador-photo-wrap {
		width: 180px;
		height: 180px;
	}
	
	.bordergo-ambassador-name {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.bordergo-section-ambassadors {
		padding: 28px 0 38px;
	}
	
	.bordergo-ambassador-header {
		margin-bottom: 22px;
	}
	
	.bordergo-ambassador-kicker {
		margin-bottom: 12px;
		padding: 8px 14px;
		font-size: 12px;
	}
	
	.bordergo-ambassador-section-title {
		font-size: 28px;
	}
	
	.bordergo-ambassador-intro {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.bordergo-ambassador-card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 24px 18px 22px;
		border-radius: 20px;
		text-align: center;
	}
	
	.bordergo-ambassador-card::before {
		top: 0;
		left: 18px;
		right: 18px;
		bottom: auto;
		width: auto;
		height: 4px;
		border-radius: 999px;
	}
	
	.bordergo-ambassador-photo-wrap {
		width: 170px;
		height: 170px;
	}
	
	.bordergo-ambassador-content {
		padding-right: 0;
	}
	
	.bordergo-ambassador-name {
		margin-bottom: 8px;
		font-size: 22px;
	}
	
	.bordergo-ambassador-role {
		margin-bottom: 10px;
		padding: 7px 12px;
		font-size: 13px;
	}
	
	.bordergo-ambassador-desc {
		font-size: 15px;
	}
}

/* line 1162-1385 BorderGo 重要日期 */
.important-dates-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.important-dates-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-family: Arial, "Microsoft JhengHei", "PingFang TC", sans-serif;
	border: 1px solid #dfe7dc;
}

.important-dates-table th {
	background: #3c7f49;
	color: #ffffff;
	text-align: left;
	padding: 18px;
	font-size: 16px;
	font-weight: 700;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.important-dates-table th:last-child {
	border-right: none;
}

.important-dates-table th:first-child {
	width: 38%;
}

.important-dates-table td {
	padding: 22px 18px;
	font-size: 16px;
	line-height: 1.6;
	color: #1f2d2a;
	border-top: 1px solid #e5ece3;
	border-right: 1px solid #e5ece3;
	vertical-align: middle;
	background: #ffffff;
}

.important-dates-table td:last-child {
	border-right: none;
}

.important-dates-table td:first-child {
	font-weight: 700;
	color: #14312a;
}

.important-dates-table tbody tr:hover td {
	background: #f8fbf5;
}

.date-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 12px;
	border-radius: 50%;
	vertical-align: middle;
	background: #a6ce39;
	box-shadow: 0 0 0 4px rgba(166, 206, 57, 0.18);
}

.important-dates-table tr.type-open .date-dot,
.important-dates-table tr.type-earlybird .date-dot {
	background: #a6ce39;
	box-shadow: 0 0 0 4px rgba(166, 206, 57, 0.18);
}

.important-dates-table tr.type-deadline .date-dot {
	background: #f5a623;
	box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.18);
}

.important-dates-table tr.type-general .date-dot {
	background: #9ab9a7;
	box-shadow: 0 0 0 4px rgba(154, 185, 167, 0.18);
}

.important-dates-table tr.type-event .date-dot {
	background: #2f6b3d;
	box-shadow: 0 0 0 4px rgba(47, 107, 61, 0.18);
}

.important-dates-table tr.type-certificate .date-dot {
	background: #8b5a2b;
	box-shadow: 0 0 0 4px rgba(139, 90, 43, 0.16);
}

.important-dates-table tr.type-event td {
	background: linear-gradient(90deg, rgba(166, 206, 57, 0.06) 0%, rgba(47, 107, 61, 0.04) 100%);
}

.important-dates-table tr.type-event td:last-child {
	color: #2f6b3d;
	font-weight: 700;
}

@media (max-width: 768px) {
	.important-dates-wrap {
		padding: 0;
	}
	
	.important-dates-table,
																												.important-dates-table tbody,
																												.important-dates-table tr,
																												.important-dates-table td {
		display: block;
		width: 100%;
	}
	
	.important-dates-table {
		border: none;
		background: transparent;
	}
	
	.important-dates-table thead {
		display: none;
	}
	
	.important-dates-table tbody {
		display: block;
	}
	
	.important-dates-table tr {
		background: #ffffff;
		border: 1px solid #e4ece2;
		border-radius: 16px;
		margin-bottom: 14px;
		overflow: hidden;
		box-shadow: 0 4px 14px rgba(20, 49, 42, 0.05);
	}
	
	.important-dates-table tr:last-child {
		margin-bottom: 0;
	}
	
	.important-dates-table td {
		border: none;
		padding: 0;
		background: transparent;
	}
	
	.important-dates-table td:first-child {
		display: flex;
		align-items: center;
		padding: 14px 16px 10px;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		color: #14312a;
		background: #ffffff;
	}
	
	.important-dates-table td:last-child {
		position: relative;
		padding: 0 16px 14px 39px;
		font-size: 15px;
		line-height: 1.6;
		color: #41534d;
		background: #ffffff;
	}
	
	.important-dates-table td:last-child::before {
		content: "活動日程";
		display: block;
		margin-bottom: 4px;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .04em;
		color: #7a8f86;
	}
	
	.date-dot {
		flex: 0 0 auto;
		width: 10px;
		height: 10px;
		margin-right: 10px;
		box-shadow: 0 0 0 4px rgba(166, 206, 57, 0.15);
	}
	
	.important-dates-table tr.type-event {
		border-color: #d9e9d8;
		box-shadow: 0 6px 18px rgba(47, 107, 61, 0.08);
	}
	
	.important-dates-table tr.type-event td:first-child {
		background: linear-gradient(90deg, rgba(166, 206, 57, 0.10) 0%, rgba(47, 107, 61, 0.05) 100%);
	}
	
	.important-dates-table tr.type-event td:last-child {
		color: #2f6b3d;
		font-weight: 700;
	}
	
	.important-dates-table tbody tr:hover td {
		background: transparent;
	}
	
	.important-dates-table tr.type-event:hover td:first-child {
		background: linear-gradient(90deg, rgba(166, 206, 57, 0.10) 0%, rgba(47, 107, 61, 0.05) 100%);
	}
}

@media (max-width: 375px) {
	.important-dates-table tr {
		border-radius: 14px;
	}
	
	.important-dates-table td:first-child {
		padding: 13px 14px 8px;
		font-size: 15px;
	}
	
	.important-dates-table td:last-child {
		padding: 0 14px 13px 34px;
		font-size: 14px;
	}
}

/* 1388-1469 賽事資料-路線及時限表格 */
.table-scroll {
	width: 100%;
	overflow-x: auto;
	margin: 20px 0;
}

.custom-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
	font-family: Arial, "Microsoft JhengHei", sans-serif;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.custom-table th {
	background: #3f536b;
	color: #fff;
	padding: 14px 10px;
	border: 1px solid #d9d9d9;
	text-align: center;
	font-weight: 700;
}

.custom-table td {
	padding: 14px 12px;
	border: 1px solid #d9d9d9;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	line-height: 1.7;
}

.custom-table .label {
	background: #f5f5f5;
	font-weight: 700;
	text-align: left;
}

.custom-table .center-label {
	background: #f5f5f5;
	font-weight: 700;
	text-align: center;
}

.custom-table .left {
	text-align: left;
}

.custom-table .center {
	text-align: center;
}

.custom-table .subtext {
	font-size: 14px;
	line-height: 1.6;
}

.custom-table .nowrap {
	white-space: nowrap;
}

.custom-table .total-row td {
	background: #f1f4f7;
	font-weight: 700;
}

@media (max-width: 768px) {
	.custom-table {
		min-width: 680px;
	}
	
	.custom-table th,
																										  .custom-table td {
		padding: 12px 10px;
		font-size: 14px;
	}
	
	.custom-table .subtext {
		font-size: 13px;
	}
}

/* Line 1472-1990 EcoTour */
.stk-event-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 20px 56px;
	color: #253328;
	box-sizing: border-box;
}

.stk-event-page *,
.stk-event-page ::before,
.stk-event-page ::after {
	box-sizing: border-box;
}

/* Hero */
.stk-hero {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 32px;
	align-items: center;
	background: #ffffff;
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
	margin-bottom: 28px;
}

.stk-badge {
	display: inline-block;
	background: #eef7ea;
	color: #2f7d32;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 12px;
	border-radius: 999px;
	margin-bottom: 14px;
}

.stk-title {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #1f321f;
}

.stk-intro {
	font-size: 18px;
	line-height: 1.9;
	margin: 0 0 22px;
	color: #4a5a4d;
}

.stk-hero__media img {
	width: 100%;
	display: block;
	border-radius: 18px;
	object-fit: cover;
}

/* Buttons */
.stk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.stk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border-radius: 18px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	transition: all .2s ease;
}

.stk-btn--secondary {
	background: #ffffff;
	color: #2f7d32;
	border: 1px solid #a6cfa8;
}

.stk-btn--secondary:hover {
	background: #f4fbf3;
	color: #2f7d32;
}

/* Sections */
.stk-section {
	background: #ffffff;
	border-radius: 24px;
	padding: 30px;
	margin-bottom: 28px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.stk-section__head {
	margin-bottom: 24px;
}

.stk-section__head h2 {
	font-size: 30px;
	line-height: 1.3;
	margin: 0;
	color: #173c23;
}

/* Cards */
.stk-info-grid,
.stk-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.stk-info-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stk-card {
	background: #f8fbf7;
	border: 1px solid #e2ede1;
	border-radius: 18px;
	padding: 20px;
}

.stk-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #294529;
}

.stk-card p {
	margin: 0;
	line-height: 1.85;
	color: #49584d;
	font-size: 15px;
}

/* ============================= */
/* ✅ 參加收穫 - 首30名限定禮遇 */
/* ============================= */
.stk-bonus-card {
	margin-top: 26px;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 26px;
	align-items: center;
	padding: 24px 28px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f4fbf6 0%, #eef8f0 100%);
	border: 1px solid #e2ede1;
	box-shadow: 0 12px 30px rgba(41, 69, 41, 0.06);
	transition: all .25s ease;
}

.stk-bonus-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(41, 69, 41, 0.12);
	border-color: #b7d8b7;
}

.stk-bonus-text h3 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.4;
	color: #174c2a;
}

.stk-bonus-text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #4f6756;
}

.stk-bonus-image {
	display: flex;
	justify-content: flex-end;
}

.stk-bonus-image img {
	max-width: 260px;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

/* 統一卡片 hover 放大效果 */
.stk-hover-card {
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.stk-hover-card:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 14px 28px rgba(41, 69, 41, 0.10);
	border-color: #bfd6be;
}

/* 活動安排 */
.stk-section--schedule {
	padding: 30px;
}

.stk-schedule-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.stk-schedule-block {
	min-width: 0;
	width: 100%;
}

.stk-subhead {
	margin-bottom: 16px;
}

.stk-subhead h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.35;
	color: #173c23;
}

/* 活動內容 */
.stk-feature-grid--compact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.stk-feature-grid--compact .stk-feature-card {
	min-height: auto;
	padding: 12px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fbfdf9 0%, #f6faf3 100%);
	border: 1px solid #d9e7d8;
	box-shadow: 0 8px 20px rgba(41, 69, 41, 0.04);
}

.stk-feature-grid--compact .stk-feature-card h3 {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 1.35;
	color: #173c23;
}

.stk-feature-grid--compact .stk-feature-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #49604d;
}

/* 活動流程 */
.stk-route {
	display: grid;
}

.stk-route--compact {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.stk-route--compact .stk-route__item {
	position: relative;
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px 18px;
	background: linear-gradient(180deg, #fbfdf9 0%, #f6faf3 100%);
	border: 1px solid #d9e7d8;
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(41, 69, 41, 0.04);
}

.stk-route--compact .stk-route__item:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 34px;
	bottom: -18px;
	width: 2px;
	height: 18px;
	background: #cfe3cf;
	border-radius: 2px;
}

.stk-route--compact .stk-route__dot {
	width: 32px;
	height: 32px;
	margin-top: 1px;
	border-radius: 50%;
	background: linear-gradient(180deg, #2f8a3a 0%, #2a7432 100%);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 14px;
	box-shadow: 0 6px 14px rgba(47, 125, 50, 0.18);
}

.stk-route--compact .stk-route__text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1.45;
	color: #183c23;
}

.stk-route--compact .stk-route__text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: #536756;
}

/* 活動地圖 */
.stk-map-block {
	margin-top: 28px;
}

.stk-map-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

/* ========================= */
/* Signup 區塊 */
/* ========================= */
.stk-signup {
	margin-bottom: 40px;
}

.stk-signup__inner {
	background: linear-gradient(135deg, #fff8ef 0%, #fffdf9 100%);
	border: 1px solid #f0d5b0;
	border-radius: 24px;
	padding: 40px 28px;
	text-align: center;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.stk-signup__inner h2 {
	margin: 0 0 18px;
	font-size: 28px;
	color: #1f4d2b;
}

.stk-signup__lead {
	font-size: 18px;
	margin: 0 0 18px;
	color: #49584d;
	line-height: 1.8;
}

.stk-signup__quota {
	font-size: 16px;
	line-height: 1.9;
	color: #5f6b61;
	margin-bottom: 25px;
}

.stk-signup__note {
	display: inline-block;
	margin-top: 8px;
	color: #a05a2c;
	font-weight: 500;
}

.stk-signup__btn {
	display: inline-block;
	padding: 14px 20px;
	background: #49584d;
	color: #e2ede1;
	font-size: 16px;
	border-radius: 50px;
	text-decoration: none;
	transition: all .3s ease;
	box-shadow: 0 8px 20px rgba(46, 93, 59, 0.25);
}

.stk-signup__btn:hover {
	background: #244a2f;
	transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1024px) {
	.stk-hero {
		grid-template-columns: 1fr;
	}
	
	.stk-title {
		font-size: 34px;
	}
	
	.stk-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.stk-schedule-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.stk-event-page {
		padding: 16px 14px 40px;
	}
	
	css
												.stk-hero {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 18px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	
	.stk-hero__content {
		order: 2;
	}
	
	.stk-hero__media {
		order: 1;
	}
	
	.stk-hero__media img {
		border-radius: 14px;
	}
	
	.stk-badge {
		font-size: 12px;
		padding: 6px 10px;
		margin-bottom: 10px;
	}
	
	.stk-title {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	
	.stk-intro {
		font-size: 15px;
		line-height: 1.9;
		margin-bottom: 14px;
	}
	
	.stk-hero .stk-actions {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 10px;
	}
	
	.stk-hero .stk-btn {
		width: 100%;
		min-height: 44px;
		padding: 12px 16px;
		font-size: 15px;
		border-radius: 18px;
	}
	
	.stk-section,
																			.stk-section--schedule {
		padding: 20px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	
	.stk-section__head {
		margin-bottom: 16px;
	}
	
	.stk-section__head h2,
																			.stk-signup__inner h2 {
		font-size: 24px;
	}
	
	.stk-info-grid,
																			.stk-info-grid--2 {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	
	.stk-card {
		padding: 16px;
		border-radius: 16px;
	}
	
	.stk-card h3 {
		font-size: 17px;
		margin-bottom: 8px;
	}
	
	.stk-subhead {
		margin-bottom: 12px;
	}
	
	.stk-subhead h3 {
		font-size: 19px;
	}
	
	.stk-feature-grid--compact,
																			.stk-route--compact {
		gap: 10px;
	}
	
	.stk-feature-grid--compact .stk-feature-card,
																			.stk-route--compact .stk-route__item {
		padding: 14px;
		border-radius: 16px;
	}
	
	.stk-feature-grid--compact .stk-feature-card h3,
																			.stk-route--compact .stk-route__text strong {
		font-size: 17px;
	}
	
	.stk-feature-grid--compact .stk-feature-card p,
																			.stk-route--compact .stk-route__text p {
		font-size: 14px;
		line-height: 1.7;
	}
	
	.stk-route--compact .stk-route__item:not(:last-child)::after {
		left: 30px;
		bottom: -10px;
		height: 10px;
	}
	
	.stk-map-block {
		margin-top: 20px;
	}
	
	.stk-map-image {
		width: 100%;
		height: auto;
	}
	
	.stk-signup__inner {
		padding: 22px 18px;
		border-radius: 20px;
	}
	
	.stk-signup__lead,
																			.stk-signup__inner p {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.stk-hover-card:hover {
		transform: translateY(-2px) scale(1.01);
	}
}

/* Small mobile */
@media (max-width: 480px) {
	.stk-title {
		font-size: 24px;
	}
	
	stylus
												.stk-section__head h2,
																			.stk-signup__inner h2 {
		font-size: 22px;
	}
	
	.stk-hero,
																			.stk-section,
																			.stk-section--schedule,
																			.stk-signup__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Line 1993-2195 BorderGo 四大目標2*/
.goal-section {
	position: relative;
/* width: 100%;
	max-width: 910px; */
	margin: 0 auto 24px;
	padding: 30px 18px 34px;
	background-image: url('https://astkce.hk/wp-content/uploads/2026/05/image1-2.jpeg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.goal-section::before {
	content: "";
	position: absolute;
	background: rgba(248, 249, 243, 0.58);
	z-index: 0;
}

.goal-overlay {
	position: relative;
	z-index: 1;
	width: 100%;
}

.goal-wrap {
	max-width: 860px;
	margin: 0 auto;
}

.goal-header {
	max-width: 860px;
	margin: 0 auto 18px;
	text-align: center;
}

.goal-header h2 {
	margin: 0;
	color: #214b2a;
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: .02em;
	font-family: "Noto Serif TC", "PMingLiU", "Songti TC", serif;
}

.goal-divider {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.goal-divider span {
	width: 70px;
	max-width: 14vw;
	height: 1px;
	background: rgba(53, 93, 45, 0.35);
	display: block;
}

.goal-divider i {
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	color: #7a9a63;
}

.goal-intro {
	max-width: 720px;
	margin: 14px auto 0;
	color: #31412f;
	font-size: 16px;
	line-height: 1.9;
	font-weight: 400;
	text-align: center;
}

.goal-grid {
	max-width: 820px;
	margin: 22px auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 14px;
}

.goal-card {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 108px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(196, 213, 188, 0.75);
	box-shadow: 0 4px 18px rgba(39, 61, 34, 0.06);
}

.goal-icon {
	flex: 0 0 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goal-icon img {
	max-width: 72px;
	max-height: 72px;
	width: 100%;
	height: auto;
	display: block;
}

.goal-content {
	flex: 1;
}

.goal-content h3 {
	margin: 0 0 6px;
	color: #35572d;
	font-size: clamp(20px, 1.9vw, 28px);
	line-height: 1.15;
	font-weight: 700;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(112, 143, 91, 0.45);
	font-family: "Noto Serif TC", "PMingLiU", "Songti TC", serif;
}

.goal-content p {
	margin: 0;
	color: #31412f;
	font-size: 14px;
	line-height: 1.72;
	font-weight: 400;
}

@media (max-width: 991px) {
	.goal-section {
		max-width: 94%;
	}
	
	.goal-grid {
		grid-template-columns: 1fr;
		max-width: 620px;
	}
	
	.goal-card {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.goal-section {
		padding: 24px 12px 28px;
		background-position: center center;
	}
	
	.goal-header {
		margin-bottom: 14px;
	}
	
	.goal-header h2 {
		font-size: clamp(24px, 6vw, 34px);
	}
	
	.goal-divider span {
		width: 52px;
	}
	
	.goal-divider i {
		font-size: 12px;
	}
	
	.goal-intro {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.8;
		padding: 0 4px;
	}
	
	.goal-card {
		flex-direction: column;
		text-align: center;
		gap: 10px;
		padding: 14px 12px;
	}
	
	.goal-icon img {
		max-width: 64px;
		max-height: 64px;
	}
	
	.goal-content h3 {
		font-size: 20px;
	}
	
	.goal-content p {
		font-size: 14px;
		line-height: 1.7;
	}
}

/* update */
.page-id-56455 .headline, .page-id-56265 .headline {
	font-size: 2.8em;
}

.stk-event-page .stk-title {
	font-family: "Red Hat Text", sans-serif;
	font-weight: 600;
}

.stk-event-page .stk-intro {
	font-family: "Red Hat Text", sans-serif;
	font-weight: 400;
}

/* ecotour 投影片 */
/* WordPress 內建投影片縮小 */
.wp-block-gallery.has-nested-images,
.wp-block-jetpack-slideshow,
.wp-block-slideshow {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* 投影片圖片高度縮小 */
.wp-block-jetpack-slideshow img,
.wp-block-slideshow img,
.wp-block-gallery.has-nested-images img {
	max-height: 520px !important;
	width: 100% !important;
	object-fit: cover !important;
}

/* Line 2233- 2400賽事資料更新 */
/* Race page extra */
.stk-race-page .stk-table-wrap {
	width: 100%;
	overflow-x: auto;
	border-radius: 18px;
	background: #f8fbf7;
	border: 1px solid #e2ede1;
}

/* 移除表格外層淡綠框 */
.stk-race-page .stk-table-wrap--plain {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

/* 跑手包字色*/
.race-pack {
	color: #5C4033 !important;
}

.stk-race-page .stk-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
	background: #ffffff;
	border: 1px solid #dfe7dc;
	border-radius: 18px;
	overflow: hidden;
}

.stk-race-page .stk-table th,
.stk-race-page .stk-table td {
	padding: 16px 14px;
	border-bottom: 1px solid #e6eee4;
	border-right: 1px solid #e6eee4;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	color: #415244;
	vertical-align: top;
}

.stk-race-page .stk-table th:last-child,
.stk-race-page .stk-table td:last-child {
	border-right: none;
}

.stk-table td[rowspan] {
	vertical-align: middle;
}

.stk-race-page .stk-table thead th {
	background: #445d78;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	border-bottom: none;
}

.stk-race-page .stk-table tbody tr:nth-child(even) {
	background: #fbfdf9;
}

.stk-race-page .stk-table tbody tr:last-child td {
	border-bottom: none;
}

.stk-race-page .stk-table--simple {
	min-width: 100%;
}

.stk-race-page .stk-table-wrap--small {
	margin-top: 16px;
	background: transparent;
	border: none;
}

.stk-race-page .stk-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.stk-race-page .stk-media-grid--2 {
	align-items: start;
}

.stk-race-page .stk-media-grid__full {
	grid-column: 1 / -1;
}

.stk-race-page .stk-media-card {
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
	border: 1px solid #e2ede1;
}

.stk-race-page .stk-media-card img {
	display: block;
	width: 100%;
	height: auto;
}

.stk-race-page .stk-award-media {
	margin-top: 22px;
}

.stk-race-page .stk-note {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #667567;
}

.stk-race-page .stk-text-link {
	color: #2f7d32;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(47, 125, 50, 0.3);
}

.stk-race-page .stk-text-link:hover {
	color: #245f27;
	border-bottom-color: rgba(36, 95, 39, 0.5);
}

.stk-race-page .stk-race-group-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

@media (max-width: 1024px) {
	.stk-race-page .stk-media-grid,
																				.stk-race-page .stk-race-group-grid {
		grid-template-columns: 1fr;
	}
	
	.stk-race-page .stk-media-grid__full {
		grid-column: auto;
	}
}

@media (max-width: 768px) {
	.stk-race-page .stk-table th,
																				.stk-race-page .stk-table td {
		padding: 12px;
		font-size: 14px;
	}
	
	.stk-race-page .stk-note {
		font-size: 13px;
	}
}

/* Award image smaller */
.stk-race-page .stk-award-media {
	margin-top: 22px;
	display: flex;
	justify-content: center;
}

.stk-race-page .stk-media-card--award {
	width: 100%;
	max-width: 520px;
}

.stk-race-page .stk-media-card--award img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Line 2400 - 2558 ESG文案+圖片 */
.esg-intro-block {
	margin: 32px 0 28px;
	padding: 0 10px;
}

.esg-intro-inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 28px 30px 30px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(240, 250, 239, 0.96), rgba(255, 252, 242, 0.98));
	border: 1px solid rgba(72, 143, 88, 0.22);
	box-shadow: 0 12px 34px rgba(31, 91, 53, 0.1);
	overflow: hidden;
}

.esg-intro-inner::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -55px;
	width: 160px;
	height: 160px;
	border-radius: 999px;
	background: rgba(46, 125, 50, 0.1);
}

.esg-intro-inner::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: -60px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: rgba(249, 168, 37, 0.13);
}

.esg-title {
	position: relative;
	z-index: 1;
	margin: 0 0 16px;
	color: #1f3d2b;
	font-family: "Klee One", "Microsoft JhengHei", cursive !important;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 600 !important;
	line-height: 1.45;
	letter-spacing: .03em;
}

.esg-title::after {
	content: "";
	display: block;
	width: 78px;
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2e7d32, #f9a825);
}

.esg-description {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #35463c;
	font-family: "M PLUS Rounded 1c", "Microsoft JhengHei", sans-serif !important;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 400 !important;
	line-height: 2;
	letter-spacing: .02em;
}

.esg-description strong {
	color: #1f6f3d;
	font-weight: 800;
}

.esg-en {
	color: #4a5d52;
	font-weight: 700;
}

/* 手機版 */
@media (max-width: 600px) {
	.esg-intro-block {
		margin: 24px 0;
		padding: 0;
	}
	
	.esg-intro-inner {
		padding: 22px 20px 24px;
		border-radius: 18px;
	}
	
	.esg-title {
		font-size: 24px;
		line-height: 1.5;
	}
	
	.esg-description {
		font-size: 16px;
		line-height: 1.9;
	}
}

/* esg 圖 */
.responsive-esg-gallery {
	max-width: 1024px;
	margin: 34px auto 40px;
	padding: 0 10px;
}

/* 電腦版：每行只顯示一張 */
.desktop-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

/* 平板手機版預設隱藏 */
.tablet-gallery {
	display: none;
}

/* 圖片共用樣式 */
.esg-gallery-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	border: 1px solid rgba(72, 143, 88, 0.2);
	box-shadow: 0 12px 30px rgba(31, 91, 53, 0.14);
}

/* 768px 或以下：顯示平板手機版，隱藏電腦版 */
@media (max-width: 768px) {
	.desktop-gallery {
		display: none;
	}
	
	.tablet-gallery {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.responsive-esg-gallery {
		margin: 24px auto 30px;
		padding: 0;
	}
	
	.esg-gallery-img {
		border-radius: 14px;
	}
}

/* 無痕山林區塊專屬 */
.lnt-block {
	margin-top: 60px;
}

/* 圖片區域 */
.lnt-image-wrapper {
	margin-top: 28px;
}

.lnt-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	border: 1px solid rgba(72, 143, 88, 0.2);
	box-shadow: 0 12px 30px rgba(31, 91, 53, 0.14);
}

/* 手機優化 */
@media (max-width: 600px) {
	.lnt-image-wrapper {
		margin-top: 22px;
	}
	
	.lnt-image {
		border-radius: 14px;
	}
}

/* Line 2560 ~ 2632 贊助 */
/* 整體容器 */
.bordergo-partners {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 40px;
}

/* 標題 */
.section-title {
	font-size: 20px;
	font-weight: 600;
	margin: 35px 0 15px;
	padding-left: 10px;
	border-left: 4px solid #2e8b57;
}

/* Grid 排列 */
.partner-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
/* ✅ 一行兩格 */
	gap: 30px;
	margin-bottom: 25px;
}

/* 卡片縮小 */
.partner-item {
	background: #ffffff;
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 110px;
/* ✅ 原本太高，縮小 */
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	transition: .2s ease;
}

/* ✅ Logo 放大 */
.partner-item img {
	max-height: 95px;
/* ✅ 原本80，現在放大 */
	max-width: 250px;
	object-fit: contain;
}

/* Hover 保留但柔一點 */
.partner-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

span.suggestion {
	font-weight: 900;
}

/* 手機版 */
@media (max-width: 768px) {
	.partner-row {
		grid-template-columns: 1fr;
	/*  手機一行一格 */
	/* gap: 15px; */
	}
	
	.partner-item {
		height: 95px;
		padding: 12px;
	}
	
	.partner-item img {
		max-height: 75px;
	}
}

/* Line 2634- 2692 籌募委員會 */
.fundraising-committee {
	max-width: 1000px;
	margin: 60px auto;
	padding: 0 20px;
	font-family: "Noto Sans TC", sans-serif;
	color: #333;
}

.fc-section {
	margin-bottom: 50px;
}

.fc-section h2 {
	font-size: 20px;
	margin-bottom: 15px;
	border-left: 4px solid #2e7d32;
	padding-left: 12px;
	font-weight: 600;
}

.fc-section p {
	font-size: 18px;
	margin-left: 16px;
}

.fc-section ul {
	list-style: none;
	padding-left: 16px;
	margin: 0;
}

.fc-section ul li {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 6px;
}

/* 委員用兩欄排版 */
.fc-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px 40px;
}

/* 手機版 */
@media (max-width: 768px) {
	.fc-grid {
		grid-template-columns: 1fr;
	}
}

/* Line2686-2766 賽事資料 27/5/2026 更新 */
/* =========================
   檢查站csss
========================= */
.stk-supply-table td {
	position: relative;
	text-align: center;
	vertical-align: middle;
}

/* 第一、二欄左對齊 */
.stk-supply-table td:first-child,
.stk-supply-table td:nth-child(2) {
	text-align: left;
	font-weight: 600;
	color: #415244;
}

/* 勾號真正幾何置中 */
.stk-supply-table td.yes::before {
	content: "✓";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #2f7d32;
	font-size: 18px;
	font-weight: 700;
}

/* =========================
   開放時間表格
========================= */
.stk-time-section {
	margin-top: 40px;
}

/* 第一欄強調 */
.stk-time-table td:first-child {
	font-weight: 600;
	color: #415244;
}

/* 第二欄地點 */
.stk-time-table td:nth-child(2) {
	font-weight: 600;
	color: #2b3e2f;
}

/* 距離欄 */
.stk-time-table td:nth-child(3) {
	color: #2f7d32;
	font-weight: 600;
}

/* 時間欄 */
.stk-time-table td:nth-child(4) {
	font-weight: 500;
	color: #1f4d2b;
}

/* 手機優化 */
@media (max-width: 768px) {
	.stk-time-table table {
		font-size: 14px;
	}
	
	.stk-time-table td,
														.stk-time-table th {
		padding: 10px 8px;
	}
}

/* =====================================
   交通
===================================== */
.stk-section {
	background: #ffffff;
	padding: 50px 60px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	margin-bottom: 60px;
}

/* 標題 */
.stk-section__head h2 {
	font-size: 28px;
	font-weight: 700;
	color: #1f4d2b;
	margin-bottom: 40px;
}

/* 每個地點 block */
.stk-transport-block {
	margin-bottom: 60px;
}

/* 地點標題 */
.stk-transport-block h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2b3e2f;
}

/* 圖片 */
.stk-transport-block img {
	width: 420px;
/* 固定寬度像圖一 */
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 25px;
	border-radius: 6px;
}

/* 內文 */
.stk-transport-block p {
	font-size: 15px;
	line-height: 1.9;
	color: #334e3b;
	margin-bottom: 16px;
}

/* 小標題（前往起點 / 離開方法） */
.stk-transport-block p strong {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
	color: #1f4d2b;
}

/* 備註 */
.stk-note {
	font-size: 14px;
	color: #6b7f71;
	margin-top: 12px;
}

/* 手機優化 */
@media (max-width: 768px) {
	.stk-section {
		padding: 30px 25px;
	}
	
	.stk-transport-block img {
		width: 100%;
	}
}

/* 路線簡介 */
/* =========================
   路線圖片區
========================= */
.stk-route-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.stk-route-gallery img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
	transition: transform .3s ease;
}

/* 滑過微浮起 */
.stk-route-gallery img:hover {
	transform: translateY(-4px);
}

/* 平板 */
@media (max-width: 1024px) {
	.stk-route-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 手機 */
@media (max-width: 768px) {
	.stk-route-gallery {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

	
}

/* 穿梭旅遊巴圖片大小控制 */
.stk-shuttle-section .stk-award-media .stk-media-card img {
	max-width: 720px;
/* 可改 650px / 680px */
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/*Line 2923-2946注意事項 */
/* 頁尾注意事項專用樣式 */
.stk-notice-section {
	margin-top: 20px;
}

.stk-notice-section .stk-section__head h2 {
	font-size: 22px;
}

.stk-notice-content {
	font-size: 14px;
/* 字體縮小 */
	line-height: 1.8;
	color: #555;
}

.stk-notice-content ol {
	padding-left: 20px;
}

.stk-notice-content li {
	margin-bottom: 12px;
}

/* ================================= */
/* Line 2947-首頁贊助 */
/* ================================= */
/* ================================= */
/* 合作夥伴區 */
/* ================================= */
.homepage-partners {
	padding: 20px 0;
	background: #fff;
	text-align: center;
}

.homepage-partners .hp-title {
	font-size: 28px;
	margin-bottom: 20px;
	color: #1f3d2b;
}

.hp-group h3, .hp-tier-row .hp-tier h3, .hp-other .hp-subgroup h4 {
	margin-bottom: 10px;
}

/* ========================= */
/* 共用排列 */
/* ========================= */
.hp-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 40px;
}

/* ✅ 每個 logo 外框 */
.logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ✅ 圖片永遠不超出 */
.logo-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	opacity: .9;
	transition: .3s ease;
}

.logo-item img:hover {
	opacity: 1;
	transform: scale(1.05);
}

/* ========================= */
/* 尺寸控制（重點） */
/* ========================= */
/* 主辦單位 */
.size-lg .logo-item {
	width: 320px;
	height: 120px;
}

/* 銀、銅 */
.size-md .logo-item {
	width: 220px;
	height: 110px;
}

/* 其他分類 */
.size-sm .logo-item {
	width: 180px;
	height: 90px;
}

/* ========================= */
/* 協辦機構排列控制 */
/* ========================= */
/* 3 個一行 */
.grid-3 {
	max-width: 900px;
	margin: auto;
}

/* 4 個一行 */
.grid-4 {
	max-width: 1000px;
	margin: auto;
}

/* ========================= */
/* 第二行：銀 + 銅 */
/* ========================= */
.hp-tier-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

/* 個別logo改動*/
.hp-tierDeckers {
	width: 130px;
}

/* ========================= */
/* 其他分類 */
/* ========================= */
.hp-other {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* 個別logo改動*/
.logoInWay {
	width: 110px;
}

.logoHKMA {
	width: 160px;
}

.hp-subgroupHammer {
	width: 140px;
}

.starferryMainPageLogo {
	width: 200px;
}

/* 支持機構區塊 */
.suporg .hp-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 40px 0;
/* 上下間距 */
}

/* 每個 logo 一行 2 個 */
.suporg .logo-item {
	width: 45%;
	text-align: center;
}

/* 控制圖片大小 */
.suporg .logo-item img {
	max-width: 180px;
	width: 100%;
	height: auto;
}

/* ========================= */
/* 手機優化 */
/* ========================= */
@media (max-width: 768px) {
	.hp-tier-row {
		flex-direction: column;
		gap: 50px;
	}
	
	.hp-logos {
		gap: 25px;
	}
	
	.size-lg .logo-item {
		width: 80%;
		height: 120px;
	}
	
	.size-md .logo-item,
				  .size-sm .logo-item {
		width: 45%;
		height: 80px;
	}
	
	.logoHKMA {
		width: 140px;
	}
	
	.LogoEnergyDrink {
		width: 200px;
	}
}

@media (min-width: 425px) and (max-width: 1024px) {
	.LogoSAT {
		width: 160px;
	}
	
	.LogoHarts {
		width: 160px;
	}
}

/* Line 3055-3141ecotour update */
/* 活動內容清單 */
.stk-activity-list {
	margin: 0;
	padding-left: 20px;
	line-height: 1.9;
}

.stk-activity-list li {
	margin-bottom: 8px;
	font-size: 15px;
	color: #49604d;
}

.stk-activity-list li::marker {
	color: #2f8a3a;
	font-weight: 700;
}

/* ecotour參加收穫 update*/
/* ✅ 首30名禮遇卡 */
.stk-bonus-card {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 24px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 22px;
	background: #f8fbf7;
	border: 1px solid #cfe3cf;
	box-shadow: 0 10px 28px rgba(41, 69, 41, 0.05);
}

.stk-bonus-text h3 {
	margin: 0 0 8px;
	font-size: 20px;
	color: #174c2a;
}

.stk-bonus-text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #4f6756;
}

.stk-bonus-image {
	display: flex;
	justify-content: flex-end;
}

.stk-bonus-image img {
	max-width: 260px;
	width: 100%;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ============================= */
/* ✅ EcoTour 注意事項 */
/* ============================= */
.stk-notice-section {
	background: #ffffff;
}

.stk-notice-content {
	background: #f8fbf7;
	border: 1px solid #e2ede1;
	border-radius: 18px;
	padding: 22px 24px;
}

.stk-notice-content ol {
	margin: 0;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.stk-notice-content li {
	font-size: 15px;
	line-height: 1.9;
	color: #49584d;
}

/* ===================================== */
/* Line 3146-3329 報名資訊 + 惡劣天氣（完全統一版本） */
/* ===================================== */
/* 區域背景 */
.stk-registration-section {
	background: #ffffff;
}

/* ============================= */
/* ✅ 統一卡片系統 */
/* ============================= */
.stk-reg-block {
	margin-bottom: 28px;
	padding: 24px;
	background: #f8fbf7;
	border: 1px solid #e2ede1;
	border-radius: 18px;
}

.stk-reg-block.stk-weather-block {
	padding: 50px 60px;
}

/* 標題統一 */
.stk-reg-block h3 {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 600;
	color: #173c23;
}

/* ============================= */
/* ✅ 一般內容文字 */
/* ============================= */
.stk-reg-block p,
.stk-reg-block li {
	font-size: 15px;
	line-height: 1.85;
	color: #49584d;
}

.stk-reg-block ul {
	margin: 0;
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.stk-muted {
	color: #6b7c6e;
	font-size: 14px;
}

/* ============================= */
/* ✅ 付款框（橙色強調區） */
/* ============================= */
.stk-payment-box {
	margin-top: 20px;
	padding: 18px;
	background: linear-gradient(135deg, #fff8ef 0%, #fffdf9 100%);
	border: 1px solid #f0d5b0;
	border-radius: 16px;
}

.stk-payment-box h4 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #8c5b2b;
}

.stk-payment-box p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #5f6b61;
}

.stk-payment-box a {
	color: #2f7d32;
	font-weight: 600;
	text-decoration: underline;
}

.stk-payment-box a:hover {
	color: #1f5e26;
}

/* ============================= */
/* ✅ 惡劣天氣表格（融入卡片風格） */
/* ============================= */
.stk-weather-intro {
	margin: 6px 0 18px;
	font-size: 14px;
	line-height: 1.8;
	color: #5b6c5f;
}

/* 表格外框 */
.stk-weather-table {
	border: 1px solid #e2ede1;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	background: #ffffff;
}

/* 表格列 */
.stk-weather-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #edf3ec;
}

.stk-weather-row:last-child {
	border-bottom: none;
}

.stk-weather-row div {
	padding: 18px;
	font-size: 14px;
	line-height: 1.8;
	color: #49584d;
}

/* 表頭 */
.stk-weather-head {
	background: #eef6ed;
	font-weight: 600;
	color: #173c23;
}

/* 底部說明區 */
.stk-weather-note {
	margin-top: 10px;
	padding: 18px;
	background: linear-gradient(135deg, #fff8ef 0%, #fffdf9 100%);
	border: 1px solid #f0d5b0;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.85;
	color: #6a573f;
}

/* ============================= */
/* ✅ Mobile 統一優化 */
/* ============================= */
@media (max-width: 768px) {
	.stk-reg-block {
		padding: 18px;
		border-radius: 16px;
		margin-bottom: 22px;
	}
	
	.stk-reg-block h3 {
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	.stk-reg-block p,
											.stk-reg-block li {
		font-size: 14px;
	}
	
	.stk-payment-box,
											.stk-weather-note {
		padding: 14px;
		border-radius: 14px;
	}
	
	.stk-weather-row {
		grid-template-columns: 1fr;
	}
	
	.stk-weather-row div {
		padding: 14px;
	}
	
	.stk-weather-head {
		display: none;
	}
}

/* Line 3395-3432 賽事資料獎牌部份改動 2026年6月5日 */
.stk-award-highlight {
	max-width: 900px;
	margin: 50px auto 40px;
	padding: 12px 16px;
	text-align: left;
	background: #f4f8f3;
	border-left: 4px solid #2e5d3b;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.8;
	color: #2b3a32;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* ========================= */
/* 獎牌圖片區 */
/* ========================= */
.stk-award-media {
	margin-top: 20px;
	text-align: center;
}

.stk-media-card--award img {
	border-radius: 18px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 15px 35px rgba(0,0,0,0.08);
	transition: .4s;
}

/* 圖片說明文字 */
.stk-award-caption {
	font-size: 20px;
	color: #6b7c72;
	letter-spacing: 1px;
}

/* ========================= */
/* 計時系統 標題下方說明區 */
/* ========================= */
.stk-timing-intro {
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: left;
}

.stk-timing-intro h3 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #2e5d3b;
	font-weight: 600;
}

.stk-timing-intro p {
	font-size: 15px;
	line-height: 1.9;
	color: #44554c;
	margin: 0;
}

/* Line 3489-3494 報名頁面按鈕*/
.reg-block-atag {
	color: #2f7d32;
	font-weight: 600;
}

/* Line 3496 - 3585 q&a */
/* ===== 整體 FAQ 區塊 ===== */
.faq-section {
	max-width: 1000px;
	margin: 20px auto;
	padding: 50px 40px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	line-height: 1.8;
	color: #333;
}

/* ===== 主分類標題 (h3) ===== */
.faq-section > h3 {
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #1f3c2e;
	border-left: 6px solid #2f7d5c;
	padding-left: 14px;
}

/* ===== 次分類標題 (h4) ===== */
.faq-section > h4 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #2f7d5c;
}

/* ===== 每條 FAQ 卡片 ===== */
.faq-item {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	padding: 22px 25px;
	border-radius: 14px;
	margin-bottom: 20px;
	transition: all .25s ease;
}

/* Hover 浮起效果 */
.faq-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* ===== 問題標題 (h5) ===== */
.faq-item h5 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #1f3c2e;
}

/* ===== 回答內容 (p) ===== */
.faq-item p {
	margin: 8px 0;
	font-size: 15px;
	color: #555;
}

/* ===== 列表型回答優化 ===== */
.faq-item p + p {
	margin-top: 10px;
}

/* ===== 手機優化 ===== */
@media (max-width: 768px) {
	.faq-section {
		padding: 30px 20px;
	}
	
	.faq-section > h3 {
		font-size: 22px;
	}
	
	.faq-section > h4 {
		font-size: 18px;
	}
	
	.faq-item {
		padding: 18px;
	}
	
	.faq-item h5 {
		font-size: 15px;
	}
	
	.faq-item p {
		font-size: 14px;
	}
}

/* Line 3588- a 活動路徑/場地圖片 改動*/
.stk-hover-card.route-photo {
	margin-bottom: 20px;
}