/* 内页(非首頁)header:透明時也要有深色背景保證白字可讀 */
body:not(.home) .top_panel_custom .elementor-element-3b426b7 {
	background-color: #0a0a0a;
}
/* 滾動後 fixed 樣式保持深色 */
body:not(.home) .top_panel .sc_layouts_row_fixed_on {
	background-color: #0a0a0a !important;
}
/* 保險:整個 top_panel 深底 */
body:not(.home) header.top_panel {
	background-color: #0a0a0a;
}
