/* 서브페이지 헤더 스타일 - 밝은 배경에서도 항상 보이도록 */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(229, 231, 235, 0.5);
    color: #2A2A2A;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.header-logo-white {
    display: none;
}

.header-logo-black {
    display: block;
}

.header h1,
.header a,
.header button:not(.bg-primary-blue) {
    color: #2A2A2A !important;
}

.header button.border-white\/50 {
    border-color: #D1D5DB !important;
    color: #2A2A2A !important;
}

.header button.border-white\/50:hover {
    background: #F3F4F6 !important;
}

