:root {
    --shadow: 0 4px 24px rgba(31, 41, 55, 0.08);
    --shadow-md: 0 8px 40px rgba(31, 41, 55, 0.13);
    --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-header {
    padding: 56px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.asset-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--bs-yellow);
    color: var(--bs-dark);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.3px;
}
.asset-badge-status {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.lelang-date-box {
    gap: 10px;
    background: var(--bs-light);
    padding: 10px 12px;
    margin-top: 10px;
}
.lelang-date-icon {
    font-size: 18px;
}
.lelang-date-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
.lelang-date-value {
    font-size: 13px;
    font-weight: 700;
    color: var(--bs-white);
}