.navbar-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
    margin-right: 8px;
}

.home-btn {
    border: 1px solid #e1e5eb;
    border-radius: 25px;
    color: #667eea;
    font-weight: 600;
    transition: all 0.2s ease;
}

.home-btn:hover {
    background: #f1f3ff;
    color: #5a6fd6;
    border-color: #667eea;
    transform: translateY(-1px);
}